#046652

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

Shades of Watercourse #046652

Tints of Watercourse #046652

Color information

#046652 (or 0x046652) is unknown color: approx Watercourse. HEX triplet: 04, 66 and 52. RGB value is (4,102,82). Sum of RGB (Red+Green+Blue) = 4+102+82=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #046652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046652 is #FB99AD. Grayscale: #464646. Windows color (decimal): -16488878 or 5400068. OLE color: 5400068.

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

Color convert

RGB410282-
CMYK0.9600.200.6
HSL167.76º92.45%20.78%-
HSV(B)167.76º96.08%40%-
XYZ6.3210.149.61-
YUV70.42134.5380.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.13%
GREEN value IS 102 (40.23% from 255) = 54.26%
BLUE value IS 82 (32.42% from 255) = 43.62%
R=2.13%
G=54.26%
B=43.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4102820.9600.200.6167.7692.4520.78
Hex46652600143Ca85c15
Octal41461221400247425013425
Binary10011001101010010110000001010011110010101000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046652; }

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

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

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

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

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

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

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

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