Html Css Color HEX #046F53 Watercourse

📋 copy color: '#046F53'

red 4 ◦ green 111 ◦ blue 83

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

Shades of Watercourse #046F53

Tints of Watercourse #046F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 41.92%

R = 2.02%
G = 56.06%
B = 41.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#046F53 (or 0x046F53) is known color: Watercourse. HEX triplet: 04, 6F and 53. RGB value is (4,111,83). Sum of RGB (Red+Green+Blue) = 4+111+83=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #046F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F53 is #FB90AC. Grayscale: #4B4B4B. Windows color (decimal): -16486573 or 5467908. OLE color: 5467908.

HSL color Cylindrical-coordinate representation of color #046F53: hue angle of 164.3º 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 #046F53 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 111 83 -
CMYK 0.96 0 0.25 0.56
HSL 164.3º 0.93% 0.23% -
HSV(B) 164.3º 0.96% 0.44% -
XYZ 7.3 12.02 10.12 -
YUV 75.82 132.05 76.78 -
System Red Green Blue C M Y K H S L
Decimal 4 111 83 0.96 0 0.25 0.56 164.3 0.93 0.23
Hex 4 6F 53 60 0 19 38 A4 5D 17
Octal 4 157 123 140 0 31 70 244 135 27
Binary 100 1101111 1010011 1100000 0 11001 111000 10100100 1011101 10111

Color Harmonies of #046F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046F53

Black with #046F53

Text Example


Text Example

White with #046F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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