#04664B

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

Shades of Watercourse #04664B

Tints of Watercourse #04664B

Color information

#04664B (or 0x04664B) is unknown color: approx Watercourse. HEX triplet: 04, 66 and 4B. RGB value is (4,102,75). Sum of RGB (Red+Green+Blue) = 4+102+75=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #04664B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04664B is #FB99B4. Grayscale: #454545. Windows color (decimal): -16488885 or 4941316. OLE color: 4941316.

HSL color Cylindrical-coordinate representation of color #04664B: hue angle of 163.47º 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 #04664B is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB410275-
CMYK0.9600.260.6
HSL163.47º92.45%20.78%-
HSV(B)163.47º96.08%40%-
XYZ6.0710.048.27-
YUV69.62131.0381.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.21%
GREEN value IS 102 (40.23% from 255) = 56.35%
BLUE value IS 75 (29.69% from 255) = 41.44%
R=2.21%
G=56.35%
B=41.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4102750.9600.260.6163.4792.4520.78
Hex4664B6001A3Ca35c15
Octal41461131400327424313425
Binary10011001101001011110000001101011110010100011101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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