Html Css Color HEX #046A52 Watercourse

📋 copy color: '#046A52'

red 4 ◦ green 106 ◦ blue 82

#046A52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #046A52

Tints of Watercourse #046A52

RGB

 RED value IS 4 (1.95% from 255) = 2.08%

 GREEN value IS 106 (41.8% from 255) = 55.21%

 BLUE value IS 82 (32.42% from 255) = 42.71%

R = 2.08%
G = 55.21%
B = 42.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#046A52 (or 0x046A52) is known color: Watercourse. HEX triplet: 04, 6A and 52. RGB value is (4,106,82). Sum of RGB (Red+Green+Blue) = 4+106+82=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 106 (41.80% from 255 or 55.21% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 106 - color contains mainly: green. Hex color #046A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046A52 is #FB95AD. Grayscale: #484848. Windows color (decimal): -16487854 or 5401092. OLE color: 5401092.

HSL color Cylindrical-coordinate representation of color #046A52: hue angle of 165.88º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046A52 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 106 82 -
CMYK 0.96 0 0.23 0.58
HSL 165.88º 0.93% 0.22% -
HSV(B) 165.88º 0.96% 0.42% -
XYZ 6.73 10.94 9.74 -
YUV 72.77 133.21 78.95 -
System Red Green Blue C M Y K H S L
Decimal 4 106 82 0.96 0 0.23 0.58 165.88 0.93 0.22
Hex 4 6A 52 60 0 17 3A A6 5D 16
Octal 4 152 122 140 0 27 72 246 135 26
Binary 100 1101010 1010010 1100000 0 10111 111010 10100110 1011101 10110

Color Harmonies of #046A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046A52

Black with #046A52

Text Example


Text Example

White with #046A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046A52; }

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

 H1.HeaderClassName
 {
   color: #046A52;
 }
 .AnyTagClassName
 {
   color: #046A52;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #046A52;
 }
 .BgClassName
 {
   background-color: #046A52;
 }
</style>

border-color css

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

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

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