#748BAE

Color #748BAE Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #748BAE

Tints of Ship Cove #748BAE

Color information

#748BAE (or 0x748BAE) is unknown color: approx Ship Cove. HEX triplet: 74, 8B and AE. RGB value is (116,139,174). Sum of RGB (Red+Green+Blue) = 116+139+174=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #748BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748BAE is #8B7451. Grayscale: #878787. Windows color (decimal): -9139282 or 11438964. OLE color: 11438964.

HSL color Cylindrical-coordinate representation of color #748BAE: hue angle of 216.21º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #748BAE is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB116139174-
CMYK0.330.2000.32
HSL216.21º26.36%56.86%-
HSV(B)216.21º33.33%68.24%-
XYZ24.0825.2343.65-
YUV136.11149.38113.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 27.04%
GREEN value IS 139 (54.69% from 255) = 32.40%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=27.04%
G=32.40%
B=40.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161391740.330.2000.32216.2126.3656.86
Hex748BAE2114020d81a39
Octal16421325641240403303271
Binary111010010001011101011101000011010001000001101100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748BAE; }

 p { color: rgb(116,139,174); }

 H1.HeaderClassName
 {
   color: #748BAE;
 }
 .AnyTagClassName
 {
   color: #748BAE;
 }
</style>
background-color css

<style>
 a { background-color: #748BAE; }

 a { background-color: rgb(116,139,174); }

 div.DivClassName
 {
   background-color: #748BAE;
 }
 .BgClassName
 {
   background-color: #748BAE;
 }
</style>
border-color css

<style>
 span { border-color: #748BAE; }

 span { border-color: rgb(116,139,174); }

 td.TdClassName
 {
   border-color: #748BAE;
 }
 .TagClassName
 {
   border-color: #748BAE;
 }
</style>