#04604E

Color #04604E Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #04604E

Tints of Watercourse #04604E

Color information

#04604E (or 0x04604E) is unknown color: approx Watercourse. HEX triplet: 04, 60 and 4E. RGB value is (4,96,78). Sum of RGB (Red+Green+Blue) = 4+96+78=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #04604E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04604E is #FB9FB1. Grayscale: #424242. Windows color (decimal): -16490418 or 5136388. OLE color: 5136388.

HSL color Cylindrical-coordinate representation of color #04604E: hue angle of 168.26º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04604E is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB49678-
CMYK0.9600.190.62
HSL168.26º92%19.61%-
HSV(B)168.26º95.83%37.65%-
XYZ5.618.948.64-
YUV66.44134.5283.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.25%
GREEN value IS 96 (37.89% from 255) = 53.93%
BLUE value IS 78 (30.86% from 255) = 43.82%
R=2.25%
G=53.93%
B=43.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal496780.9600.190.62168.269219.61
Hex4604E600133Ea85c14
Octal41401161400237625013424
Binary10011000001001110110000001001111111010101000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04604E; }

 p { color: rgb(4,96,78); }

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

<style>
 a { background-color: #04604E; }

 a { background-color: rgb(4,96,78); }

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

<style>
 span { border-color: #04604E; }

 span { border-color: rgb(4,96,78); }

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