#046448

Color #046448 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #046448

Tints of Watercourse #046448

Color information

#046448 (or 0x046448) is unknown color: approx 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

RGB410072-
CMYK0.9600.280.61
HSL162.5º92.31%20.39%-
HSV(B)162.5º96%39.22%-
XYZ5.789.617.68-
YUV68.1130.282.28-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4100720.9600.280.61162.592.3120.39
Hex464486001C3Da25c14
Octal41441101400347524213424
Binary10011001001001000110000001110011110110100010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>