#748EAF

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

Shades of Ship Cove #748EAF

Tints of Ship Cove #748EAF

Color information

#748EAF (or 0x748EAF) is unknown color: approx Ship Cove. HEX triplet: 74, 8E and AF. RGB value is (116,142,175). Sum of RGB (Red+Green+Blue) = 116+142+175=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #748EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748EAF is #8B7150. Grayscale: #898989. Windows color (decimal): -9138513 or 11505268. OLE color: 11505268.

HSL color Cylindrical-coordinate representation of color #748EAF: hue angle of 213.56º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #748EAF is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB116142175-
CMYK0.340.1900.31
HSL213.56º26.94%57.06%-
HSV(B)213.56º33.71%68.63%-
XYZ24.6126.1544.31-
YUV137.99148.89112.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.79%
GREEN value IS 142 (55.86% from 255) = 32.79%
BLUE value IS 175 (68.75% from 255) = 40.42%
R=26.79%
G=32.79%
B=40.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161421750.340.1900.31213.5626.9457.06
Hex748EAF221301Fd61b39
Octal16421625742230373263371
Binary11101001000111010101111100010100110111111101011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,142,175); }

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

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

 a { background-color: rgb(116,142,175); }

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

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

 span { border-color: rgb(116,142,175); }

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