#046441

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

Shades of Jewel #046441

Tints of Jewel #046441

Color information

#046441 (or 0x046441) is unknown color: approx Jewel. HEX triplet: 04, 64 and 41. RGB value is (4,100,65). Sum of RGB (Red+Green+Blue) = 4+100+65=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 100 (39.45% from 255 or 59.17% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 100 - color contains mainly: green. Hex color #046441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046441 is #FB9BBE. Grayscale: #434343. Windows color (decimal): -16489407 or 4285444. OLE color: 4285444.

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

Color convert

RGB410065-
CMYK0.9600.350.61
HSL158.12º92.31%20.39%-
HSV(B)158.12º96%39.22%-
XYZ5.569.526.55-
YUV67.31126.782.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.37%
GREEN value IS 100 (39.45% from 255) = 59.17%
BLUE value IS 65 (25.78% from 255) = 38.46%
R=2.37%
G=59.17%
B=38.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4100650.9600.350.61158.1292.3120.39
Hex46441600233D9e5c14
Octal41441011400437523613424
Binary100110010010000011100000010001111110110011110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046441; }

 p { color: rgb(4,100,65); }

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

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

 a { background-color: rgb(4,100,65); }

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

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

 span { border-color: rgb(4,100,65); }

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