Html Css Color HEX #046A4B Watercourse

📋 copy color: '#046A4B'

red 4 ◦ green 106 ◦ blue 75

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

Shades of Watercourse #046A4B

Tints of Watercourse #046A4B

RGB

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

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

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

R = 2.16%
G = 57.3%
B = 40.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#046A4B (or 0x046A4B) is known color: Watercourse. HEX triplet: 04, 6A and 4B. RGB value is (4,106,75). Sum of RGB (Red+Green+Blue) = 4+106+75=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 106 (41.80% from 255 or 57.30% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 106 - color contains mainly: green. Hex color #046A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046A4B is #FB95B4. Grayscale: #474747. Windows color (decimal): -16487861 or 4942340. OLE color: 4942340.

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

Color convert

RGB 4 106 75 -
CMYK 0.96 0 0.29 0.58
HSL 161.76º 0.93% 0.22% -
HSV(B) 161.76º 0.96% 0.42% -
XYZ 6.47 10.84 8.41 -
YUV 71.97 129.71 79.52 -
System Red Green Blue C M Y K H S L
Decimal 4 106 75 0.96 0 0.29 0.58 161.76 0.93 0.22
Hex 4 6A 4B 60 0 1D 3A A2 5D 16
Octal 4 152 113 140 0 35 72 242 135 26
Binary 100 1101010 1001011 1100000 0 11101 111010 10100010 1011101 10110

Color Harmonies of #046A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046A4B

Black with #046A4B

Text Example


Text Example

White with #046A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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