Html Css Color HEX #046448 Watercourse

📋 copy color: '#046448'

red 4 ◦ green 100 ◦ blue 72

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

Shades of Watercourse #046448

Tints of Watercourse #046448

RGB

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

 GREEN value IS 100 (39.45% from 255) = 56.82%

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

R = 2.27%
G = 56.82%
B = 40.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#046448 (or 0x046448) is known color: Watercourse. HEX triplet: 04, 64 and 48. RGB value is (4,100,72). Sum of RGB (Red+Green+Blue) = 4+100+72=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 100 (39.45% from 255 or 56.82% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 100 - color contains mainly: green. Hex color #046448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046448 is #FB9BB7. Grayscale: #444444. Windows color (decimal): -16489400 or 4744196. OLE color: 4744196.

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

Color convert

RGB 4 100 72 -
CMYK 0.96 0 0.28 0.61
HSL 162.5º 0.92% 0.2% -
HSV(B) 162.5º 0.96% 0.39% -
XYZ 5.78 9.61 7.68 -
YUV 68.1 130.2 82.28 -
System Red Green Blue C M Y K H S L
Decimal 4 100 72 0.96 0 0.28 0.61 162.5 0.92 0.2
Hex 4 64 48 60 0 1C 3D A2 5C 14
Octal 4 144 110 140 0 34 75 242 134 24
Binary 100 1100100 1001000 1100000 0 11100 111101 10100010 1011100 10100

Color Harmonies of #046448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046448

Black with #046448

Text Example


Text Example

White with #046448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046448; }

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

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

background-color css

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

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

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

border-color css

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

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

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