Html Css Color HEX #453F49 Jagger

📋 copy color: '#453F49'

red 69 ◦ green 63 ◦ blue 73

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

Shades of Jagger #453F49

Tints of Jagger #453F49

RGB

 RED value IS 69 (27.34% from 255) = 33.66%

 GREEN value IS 63 (25% from 255) = 30.73%

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

R = 33.66%
G = 30.73%
B = 35.61%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#453F49 (or 0x453F49) is known color: Jagger. HEX triplet: 45, 3F and 49. RGB value is (69,63,73). Sum of RGB (Red+Green+Blue) = 69+63+73=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 73 - color contains mainly: blue. Hex color #453F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F49 is #BAC0B6. Grayscale: #414141. Windows color (decimal): -12239031 or 4800325. OLE color: 4800325.

HSL color Cylindrical-coordinate representation of color #453F49: hue angle of 276º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #453F49 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 63 73 -
CMYK 0.05 0.14 0 0.71
HSL 276º 0.07% 0.27% -
HSV(B) 276º 0.14% 0.29% -
XYZ 5.43 5.3 7.04 -
YUV 65.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 69 63 73 0.05 0.14 0 0.71 276 0.07 0.27
Hex 45 3F 49 5 E 0 47 114 7 1B
Octal 105 77 111 5 16 0 107 424 7 33
Binary 1000101 111111 1001001 101 1110 0 1000111 100010100 111 11011

Color Harmonies of #453F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453F49

Black with #453F49

Text Example


Text Example

White with #453F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453F49; }

 p { color: rgb(69,63,73); }

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

background-color css

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

 a { background-color: rgb(69,63,73); }

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

border-color css

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

 span { border-color: rgb(69,63,73); }

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