Html Css Color HEX #046F52 Watercourse

📋 copy color: '#046F52'

red 4 ◦ green 111 ◦ blue 82

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

Shades of Watercourse #046F52

Tints of Watercourse #046F52

RGB

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

 GREEN value IS 111 (43.75% from 255) = 56.35%

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

R = 2.03%
G = 56.35%
B = 41.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#046F52 (or 0x046F52) is known color: Watercourse. HEX triplet: 04, 6F and 52. RGB value is (4,111,82). Sum of RGB (Red+Green+Blue) = 4+111+82=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #046F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F52 is #FB90AD. Grayscale: #4B4B4B. Windows color (decimal): -16486574 or 5402372. OLE color: 5402372.

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

Color convert

RGB 4 111 82 -
CMYK 0.96 0 0.26 0.56
HSL 163.74º 0.93% 0.23% -
HSV(B) 163.74º 0.96% 0.44% -
XYZ 7.26 12 9.92 -
YUV 75.7 131.55 76.86 -
System Red Green Blue C M Y K H S L
Decimal 4 111 82 0.96 0 0.26 0.56 163.74 0.93 0.23
Hex 4 6F 52 60 0 1A 38 A4 5D 17
Octal 4 157 122 140 0 32 70 244 135 27
Binary 100 1101111 1010010 1100000 0 11010 111000 10100100 1011101 10111

Color Harmonies of #046F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046F52

Black with #046F52

Text Example


Text Example

White with #046F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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