Html Css Color HEX #442D54 Jagger

📋 copy color: '#442D54'

red 68 ◦ green 45 ◦ blue 84

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

Shades of Jagger #442D54

Tints of Jagger #442D54

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.84%

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

R = 34.52%
G = 22.84%
B = 42.64%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#442D54 (or 0x442D54) is known color: Jagger. HEX triplet: 44, 2D and 54. RGB value is (68,45,84). Sum of RGB (Red+Green+Blue) = 68+45+84=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #442D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442D54 is #BBD2AB. Grayscale: #383838. Windows color (decimal): -12309164 or 5516612. OLE color: 5516612.

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

Color convert

RGB 68 45 84 -
CMYK 0.19 0.46 0 0.67
HSL 275.38º 0.3% 0.25% -
HSV(B) 275.38º 0.46% 0.33% -
XYZ 4.92 3.75 8.85 -
YUV 56.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 68 45 84 0.19 0.46 0 0.67 275.38 0.3 0.25
Hex 44 2D 54 13 2E 0 43 113 1E 19
Octal 104 55 124 23 56 0 103 423 36 31
Binary 1000100 101101 1010100 10011 101110 0 1000011 100010011 11110 11001

Color Harmonies of #442D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D54

Black with #442D54

Text Example


Text Example

White with #442D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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