Html Css Color HEX #442E60 Jacarta

📋 copy color: '#442E60'

red 68 ◦ green 46 ◦ blue 96

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

Shades of Jacarta #442E60

Tints of Jacarta #442E60

RGB

 RED value IS 68 (26.95% from 255) = 32.38%

 GREEN value IS 46 (18.36% from 255) = 21.9%

 BLUE value IS 96 (37.89% from 255) = 45.71%

R = 32.38%
G = 21.9%
B = 45.71%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#442E60 (or 0x442E60) is known color: Jacarta. HEX triplet: 44, 2E and 60. RGB value is (68,46,96). Sum of RGB (Red+Green+Blue) = 68+46+96=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #442E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442E60 is #BBD19F. Grayscale: #3A3A3A. Windows color (decimal): -12308896 or 6303300. OLE color: 6303300.

HSL color Cylindrical-coordinate representation of color #442E60: hue angle of 266.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #442E60 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 46 96 -
CMYK 0.29 0.52 0 0.62
HSL 266.4º 0.35% 0.28% -
HSV(B) 266.4º 0.52% 0.38% -
XYZ 5.47 4.03 11.56 -
YUV 58.28 149.29 134.93 -
System Red Green Blue C M Y K H S L
Decimal 68 46 96 0.29 0.52 0 0.62 266.4 0.35 0.28
Hex 44 2E 60 1D 34 0 3E 10A 23 1C
Octal 104 56 140 35 64 0 76 412 43 34
Binary 1000100 101110 1100000 11101 110100 0 111110 100001010 100011 11100

Color Harmonies of #442E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E60

Black with #442E60

Text Example


Text Example

White with #442E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442E60; }

 p { color: rgb(68,46,96); }

 H1.HeaderClassName
 {
   color: #442E60;
 }
 .AnyTagClassName
 {
   color: #442E60;
 }
</style>

background-color css

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

 a { background-color: rgb(68,46,96); }

 div.DivClassName
 {
   background-color: #442E60;
 }
 .BgClassName
 {
   background-color: #442E60;
 }
</style>

border-color css

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

 span { border-color: rgb(68,46,96); }

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