Html Css Color HEX #442F54 Jagger

📋 copy color: '#442F54'

red 68 ◦ green 47 ◦ blue 84

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

Shades of Jagger #442F54

Tints of Jagger #442F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42.21%

R = 34.17%
G = 23.62%
B = 42.21%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#442F54 (or 0x442F54) is known color: Jagger. HEX triplet: 44, 2F and 54. RGB value is (68,47,84). Sum of RGB (Red+Green+Blue) = 68+47+84=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #442F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442F54 is #BBD0AB. Grayscale: #393939. Windows color (decimal): -12308652 or 5517124. OLE color: 5517124.

HSL color Cylindrical-coordinate representation of color #442F54: hue angle of 274.05º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #442F54 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 47 84 -
CMYK 0.19 0.44 0 0.67
HSL 274.05º 0.28% 0.26% -
HSV(B) 274.05º 0.44% 0.33% -
XYZ 5 3.9 8.88 -
YUV 57.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 68 47 84 0.19 0.44 0 0.67 274.05 0.28 0.26
Hex 44 2F 54 13 2C 0 43 112 1C 1A
Octal 104 57 124 23 54 0 103 422 34 32
Binary 1000100 101111 1010100 10011 101100 0 1000011 100010010 11100 11010

Color Harmonies of #442F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F54

Black with #442F54

Text Example


Text Example

White with #442F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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