Html Css Color HEX #046550 Watercourse

📋 copy color: '#046550'

red 4 ◦ green 101 ◦ blue 80

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

Shades of Watercourse #046550

Tints of Watercourse #046550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 54.59%

 BLUE value IS 80 (31.64% from 255) = 43.24%

R = 2.16%
G = 54.59%
B = 43.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#046550 (or 0x046550) is known color: Watercourse. HEX triplet: 04, 65 and 50. RGB value is (4,101,80). Sum of RGB (Red+Green+Blue) = 4+101+80=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 101 (39.84% from 255 or 54.59% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 101 - color contains mainly: green. Hex color #046550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046550 is #FB9AAF. Grayscale: #454545. Windows color (decimal): -16489136 or 5268740. OLE color: 5268740.

HSL color Cylindrical-coordinate representation of color #046550: hue angle of 167.01º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046550 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 4 101 80 -
CMYK 0.96 0 0.21 0.60
HSL 167.01º 0.92% 0.21% -
HSV(B) 167.01º 0.96% 0.4% -
XYZ 6.15 9.91 9.18 -
YUV 69.6 133.86 81.21 -
System Red Green Blue C M Y K H S L
Decimal 4 101 80 0.96 0 0.21 0.60 167.01 0.92 0.21
Hex 4 65 50 60 0 15 3C A7 5C 15
Octal 4 145 120 140 0 25 74 247 134 25
Binary 100 1100101 1010000 1100000 0 10101 111100 10100111 1011100 10101

Color Harmonies of #046550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046550

Black with #046550

Text Example


Text Example

White with #046550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046550; }

 p { color: rgb(4,101,80); }

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

background-color css

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

 a { background-color: rgb(4,101,80); }

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

border-color css

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

 span { border-color: rgb(4,101,80); }

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