Html Css Color HEX #046048 Watercourse

📋 copy color: '#046048'

red 4 ◦ green 96 ◦ blue 72

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

Shades of Watercourse #046048

Tints of Watercourse #046048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 55.81%

 BLUE value IS 72 (28.52% from 255) = 41.86%

R = 2.33%
G = 55.81%
B = 41.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#046048 (or 0x046048) is known color: Watercourse. HEX triplet: 04, 60 and 48. RGB value is (4,96,72). Sum of RGB (Red+Green+Blue) = 4+96+72=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #046048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046048 is #FB9FB7. Grayscale: #414141. Windows color (decimal): -16490424 or 4743172. OLE color: 4743172.

HSL color Cylindrical-coordinate representation of color #046048: hue angle of 164.35º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046048 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 96 72 -
CMYK 0.96 0 0.25 0.62
HSL 164.35º 0.92% 0.2% -
HSV(B) 164.35º 0.96% 0.38% -
XYZ 5.4 8.86 7.56 -
YUV 65.76 131.52 83.95 -
System Red Green Blue C M Y K H S L
Decimal 4 96 72 0.96 0 0.25 0.62 164.35 0.92 0.2
Hex 4 60 48 60 0 19 3E A4 5C 14
Octal 4 140 110 140 0 31 76 244 134 24
Binary 100 1100000 1001000 1100000 0 11001 111110 10100100 1011100 10100

Color Harmonies of #046048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046048

Black with #046048

Text Example


Text Example

White with #046048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046048; }

 p { color: rgb(4,96,72); }

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

background-color css

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

 a { background-color: rgb(4,96,72); }

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

border-color css

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

 span { border-color: rgb(4,96,72); }

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