Html Css Color HEX #046441 Jewel

📋 copy color: '#046441'

red 4 ◦ green 100 ◦ blue 65

#046441
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #046441

Tints of Jewel #046441

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 value IS 0.96

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#046441 (or 0x046441) is known color: 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

RGB 4 100 65 -
CMYK 0.96 0 0.35 0.61
HSL 158.13º 0.92% 0.2% -
HSV(B) 158.13º 0.96% 0.39% -
XYZ 5.56 9.52 6.55 -
YUV 67.31 126.7 82.85 -
System Red Green Blue C M Y K H S L
Decimal 4 100 65 0.96 0 0.35 0.61 158.13 0.92 0.2
Hex 4 64 41 60 0 23 3D 9E 5C 14
Octal 4 144 101 140 0 43 75 236 134 24
Binary 100 1100100 1000001 1100000 0 100011 111101 10011110 1011100 10100

Color Harmonies of #046441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046441

Black with #046441

Text Example


Text Example

White with #046441

Text Example


Text Example

HTML Codes & Css Web 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>