#046752

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

Shades of Watercourse #046752

Tints of Watercourse #046752

Color information

#046752 (or 0x046752) is unknown color: approx Watercourse. HEX triplet: 04, 67 and 52. RGB value is (4,103,82). Sum of RGB (Red+Green+Blue) = 4+103+82=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #046752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046752 is #FB98AD. Grayscale: #464646. Windows color (decimal): -16488622 or 5400324. OLE color: 5400324.

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

Color convert

RGB410382-
CMYK0.9600.200.60
HSL167.27º92.52%20.98%-
HSV(B)167.27º96.12%40.39%-
XYZ6.4210.349.64-
YUV71134.280.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.12%
GREEN value IS 103 (40.62% from 255) = 54.50%
BLUE value IS 82 (32.42% from 255) = 43.39%
R=2.12%
G=54.50%
B=43.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4103820.9600.200.60167.2792.5220.98
Hex46752600143Ca75d15
Octal41471221400247424713525
Binary10011001111010010110000001010011110010100111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046752; }

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

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

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

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

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

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

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

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