Html Css Color HEX #046F4B Watercourse

📋 copy color: '#046F4B'

red 4 ◦ green 111 ◦ blue 75

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

Shades of Watercourse #046F4B

Tints of Watercourse #046F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.47%

R = 2.11%
G = 58.42%
B = 39.47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#046F4B (or 0x046F4B) is known color: Watercourse. HEX triplet: 04, 6F and 4B. RGB value is (4,111,75). Sum of RGB (Red+Green+Blue) = 4+111+75=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 111 (43.75% from 255 or 58.42% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 111 - color contains mainly: green. Hex color #046F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046F4B is #FB90B4. Grayscale: #4A4A4A. Windows color (decimal): -16486581 or 4943620. OLE color: 4943620.

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

Color convert

RGB 4 111 75 -
CMYK 0.96 0 0.32 0.56
HSL 159.81º 0.93% 0.23% -
HSV(B) 159.81º 0.96% 0.44% -
XYZ 7 11.9 8.58 -
YUV 74.9 128.05 77.43 -
System Red Green Blue C M Y K H S L
Decimal 4 111 75 0.96 0 0.32 0.56 159.81 0.93 0.23
Hex 4 6F 4B 60 0 20 38 A0 5D 17
Octal 4 157 113 140 0 40 70 240 135 27
Binary 100 1101111 1001011 1100000 0 100000 111000 10100000 1011101 10111

Color Harmonies of #046F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046F4B

Black with #046F4B

Text Example


Text Example

White with #046F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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