#74809C

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

Shades of Ship Cove #74809C

Tints of Ship Cove #74809C

Color information

#74809C (or 0x74809C) is unknown color: approx Ship Cove. HEX triplet: 74, 80 and 9C. RGB value is (116,128,156). Sum of RGB (Red+Green+Blue) = 116+128+156=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #74809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74809C is #8B7F63. Grayscale: #7F7F7F. Windows color (decimal): -9142116 or 10256500. OLE color: 10256500.

HSL color Cylindrical-coordinate representation of color #74809C: hue angle of 222º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74809C is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB116128156-
CMYK0.260.1800.39
HSL222º16.81%53.33%-
HSV(B)222º25.64%61.18%-
XYZ20.9221.5534.51-
YUV127.6144.02119.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29%
GREEN value IS 128 (50.39% from 255) = 32%
BLUE value IS 156 (61.33% from 255) = 39%
R=29%
G=32%
B=39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161281560.260.1800.3922216.8153.33
Hex74809C1A12027de1135
Octal16420023432220473362165
Binary11101001000000010011100110101001001001111101111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74809C; }

 p { color: rgb(116,128,156); }

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

<style>
 a { background-color: #74809C; }

 a { background-color: rgb(116,128,156); }

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

<style>
 span { border-color: #74809C; }

 span { border-color: rgb(116,128,156); }

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