#046C53

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

Shades of Watercourse #046C53

Tints of Watercourse #046C53

Color information

#046C53 (or 0x046C53) is unknown color: approx Watercourse. HEX triplet: 04, 6C and 53. RGB value is (4,108,83). Sum of RGB (Red+Green+Blue) = 4+108+83=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 108 (42.58% from 255 or 55.38% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 108 - color contains mainly: green. Hex color #046C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C53 is #FB93AC. Grayscale: #4A4A4A. Windows color (decimal): -16487341 or 5467140. OLE color: 5467140.

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

Color convert

RGB410883-
CMYK0.9600.230.58
HSL165.58º92.86%21.96%-
HSV(B)165.58º96.3%42.35%-
XYZ6.9711.3810.01-
YUV74.05133.0478.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.05%
GREEN value IS 108 (42.58% from 255) = 55.38%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=2.05%
G=55.38%
B=42.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4108830.9600.230.58165.5892.8621.96
Hex46C53600173Aa65d16
Octal41541231400277224613526
Binary10011011001010011110000001011111101010100110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,108,83); }

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

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

 a { background-color: rgb(4,108,83); }

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

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

 span { border-color: rgb(4,108,83); }

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