Html Css Color HEX #433549 Jagger

📋 copy color: '#433549'

red 67 ◦ green 53 ◦ blue 73

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

Shades of Jagger #433549

Tints of Jagger #433549

RGB

 RED value IS 67 (26.56% from 255) = 34.72%

 GREEN value IS 53 (21.09% from 255) = 27.46%

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 34.72%
G = 27.46%
B = 37.82%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#433549 (or 0x433549) is known color: Jagger. HEX triplet: 43, 35 and 49. RGB value is (67,53,73). Sum of RGB (Red+Green+Blue) = 67+53+73=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 73 - color contains mainly: blue. Hex color #433549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433549 is #BCCAB6. Grayscale: #3B3B3B. Windows color (decimal): -12372663 or 4797763. OLE color: 4797763.

HSL color Cylindrical-coordinate representation of color #433549: hue angle of 282º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #433549 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 53 73 -
CMYK 0.08 0.27 0 0.71
HSL 282º 0.16% 0.25% -
HSV(B) 282º 0.27% 0.29% -
XYZ 4.79 4.22 6.87 -
YUV 59.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 67 53 73 0.08 0.27 0 0.71 282 0.16 0.25
Hex 43 35 49 8 1B 0 47 11A 10 19
Octal 103 65 111 10 33 0 107 432 20 31
Binary 1000011 110101 1001001 1000 11011 0 1000111 100011010 10000 11001

Color Harmonies of #433549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433549

Black with #433549

Text Example


Text Example

White with #433549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433549; }

 p { color: rgb(67,53,73); }

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

background-color css

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

 a { background-color: rgb(67,53,73); }

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

border-color css

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

 span { border-color: rgb(67,53,73); }

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