#046755

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

Shades of Watercourse #046755

Tints of Watercourse #046755

Color information

#046755 (or 0x046755) is unknown color: approx Watercourse. HEX triplet: 04, 67 and 55. RGB value is (4,103,85). Sum of RGB (Red+Green+Blue) = 4+103+85=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 103 (40.62% from 255 or 53.65% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 103 - color contains mainly: green. Hex color #046755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046755 is #FB98AA. Grayscale: #474747. Windows color (decimal): -16488619 or 5596932. OLE color: 5596932.

HSL color Cylindrical-coordinate representation of color #046755: hue angle of 169.09º degrees, saturation: 0.93, 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 #046755 is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB410385-
CMYK0.9600.170.60
HSL169.09º92.52%20.98%-
HSV(B)169.09º96.12%40.39%-
XYZ6.5410.3810.25-
YUV71.35135.779.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.08%
GREEN value IS 103 (40.62% from 255) = 53.65%
BLUE value IS 85 (33.59% from 255) = 44.27%
R=2.08%
G=53.65%
B=44.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4103850.9600.170.60169.0992.5220.98
Hex46755600113Ca95d15
Octal41471251400217425113525
Binary10011001111010101110000001000111110010101001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046755; }

 p { color: rgb(4,103,85); }

 H1.HeaderClassName
 {
   color: #046755;
 }
 .AnyTagClassName
 {
   color: #046755;
 }
</style>
background-color css

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

 a { background-color: rgb(4,103,85); }

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

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

 span { border-color: rgb(4,103,85); }

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