#748EAB

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

Shades of Ship Cove #748EAB

Tints of Ship Cove #748EAB

Color information

#748EAB (or 0x748EAB) is unknown color: approx Ship Cove. HEX triplet: 74, 8E and AB. RGB value is (116,142,171). Sum of RGB (Red+Green+Blue) = 116+142+171=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #748EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748EAB is #8B7154. Grayscale: #898989. Windows color (decimal): -9138517 or 11243124. OLE color: 11243124.

HSL color Cylindrical-coordinate representation of color #748EAB: hue angle of 211.64º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #748EAB is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB116142171-
CMYK0.320.1700.33
HSL211.64º24.66%56.27%-
HSV(B)211.64º32.16%67.06%-
XYZ24.232642.27-
YUV137.53146.89112.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.04%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=27.04%
G=33.10%
B=39.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161421710.320.1700.33211.6424.6656.27
Hex748EAB2011021d41938
Octal16421625340210413243170
Binary111010010001110101010111000001000101000011101010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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