Html Css Color HEX #046C50 Watercourse

📋 copy color: '#046C50'

red 4 ◦ green 108 ◦ blue 80

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

Shades of Watercourse #046C50

Tints of Watercourse #046C50

RGB

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

 GREEN value IS 108 (42.58% from 255) = 56.25%

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

R = 2.08%
G = 56.25%
B = 41.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#046C50 (or 0x046C50) is known color: Watercourse. HEX triplet: 04, 6C and 50. RGB value is (4,108,80). Sum of RGB (Red+Green+Blue) = 4+108+80=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #046C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C50 is #FB93AF. Grayscale: #494949. Windows color (decimal): -16487344 or 5270532. OLE color: 5270532.

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

Color convert

RGB 4 108 80 -
CMYK 0.96 0 0.26 0.58
HSL 163.85º 0.93% 0.22% -
HSV(B) 163.85º 0.96% 0.42% -
XYZ 6.86 11.33 9.41 -
YUV 73.71 131.54 78.28 -
System Red Green Blue C M Y K H S L
Decimal 4 108 80 0.96 0 0.26 0.58 163.85 0.93 0.22
Hex 4 6C 50 60 0 1A 3A A4 5D 16
Octal 4 154 120 140 0 32 72 244 135 26
Binary 100 1101100 1010000 1100000 0 11010 111010 10100100 1011101 10110

Color Harmonies of #046C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046C50

Black with #046C50

Text Example


Text Example

White with #046C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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