#046B55

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

Shades of Watercourse #046B55

Tints of Watercourse #046B55

Color information

#046B55 (or 0x046B55) is unknown color: approx Watercourse. HEX triplet: 04, 6B and 55. RGB value is (4,107,85). Sum of RGB (Red+Green+Blue) = 4+107+85=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 107 (42.19% from 255 or 54.59% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 107 - color contains mainly: green. Hex color #046B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046B55 is #FB94AA. Grayscale: #494949. Windows color (decimal): -16487595 or 5597956. OLE color: 5597956.

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

Color convert

RGB410785-
CMYK0.9600.210.58
HSL167.18º92.79%21.76%-
HSV(B)167.18º96.26%41.96%-
XYZ6.9511.210.39-
YUV73.69134.3878.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.04%
GREEN value IS 107 (42.19% from 255) = 54.59%
BLUE value IS 85 (33.59% from 255) = 43.37%
R=2.04%
G=54.59%
B=43.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4107850.9600.210.58167.1892.7921.76
Hex46B55600153Aa75d16
Octal41531251400257224713526
Binary10011010111010101110000001010111101010100111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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