Html Css Color HEX #442F60 Jacarta

📋 copy color: '#442F60'

red 68 ◦ green 47 ◦ blue 96

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

Shades of Jacarta #442F60

Tints of Jacarta #442F60

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.27%

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

R = 32.23%
G = 22.27%
B = 45.5%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#442F60 (or 0x442F60) is known color: Jacarta. HEX triplet: 44, 2F and 60. RGB value is (68,47,96). Sum of RGB (Red+Green+Blue) = 68+47+96=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #442F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442F60 is #BBD09F. Grayscale: #3A3A3A. Windows color (decimal): -12308640 or 6303556. OLE color: 6303556.

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

Color convert

RGB 68 47 96 -
CMYK 0.29 0.51 0 0.62
HSL 265.71º 0.34% 0.28% -
HSV(B) 265.71º 0.51% 0.38% -
XYZ 5.51 4.11 11.57 -
YUV 58.87 148.96 134.52 -
System Red Green Blue C M Y K H S L
Decimal 68 47 96 0.29 0.51 0 0.62 265.71 0.34 0.28
Hex 44 2F 60 1D 33 0 3E 10A 22 1C
Octal 104 57 140 35 63 0 76 412 42 34
Binary 1000100 101111 1100000 11101 110011 0 111110 100001010 100010 11100

Color Harmonies of #442F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F60

Black with #442F60

Text Example


Text Example

White with #442F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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