#04664A

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

Shades of Watercourse #04664A

Tints of Watercourse #04664A

Color information

#04664A (or 0x04664A) is unknown color: approx Watercourse. HEX triplet: 04, 66 and 4A. RGB value is (4,102,74). Sum of RGB (Red+Green+Blue) = 4+102+74=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 102 (40.23% from 255 or 56.67% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 102 - color contains mainly: green. Hex color #04664A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04664A is #FB99B5. Grayscale: #454545. Windows color (decimal): -16488886 or 4875780. OLE color: 4875780.

HSL color Cylindrical-coordinate representation of color #04664A: hue angle of 162.86º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04664A is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB410274-
CMYK0.9600.270.6
HSL162.86º92.45%20.78%-
HSV(B)162.86º96.08%40%-
XYZ6.0410.028.09-
YUV69.51130.5381.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.22%
GREEN value IS 102 (40.23% from 255) = 56.67%
BLUE value IS 74 (29.30% from 255) = 41.11%
R=2.22%
G=56.67%
B=41.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4102740.9600.270.6162.8692.4520.78
Hex4664A6001B3Ca35c15
Octal41461121400337424313425
Binary10011001101001010110000001101111110010100011101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04664A; }

 p { color: rgb(4,102,74); }

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

<style>
 a { background-color: #04664A; }

 a { background-color: rgb(4,102,74); }

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

<style>
 span { border-color: #04664A; }

 span { border-color: rgb(4,102,74); }

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