Html Css Color HEX #453B50 Jagger

📋 copy color: '#453B50'

red 69 ◦ green 59 ◦ blue 80

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

Shades of Jagger #453B50

Tints of Jagger #453B50

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.37%

 BLUE value IS 80 (31.64% from 255) = 38.46%

R = 33.17%
G = 28.37%
B = 38.46%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#453B50 (or 0x453B50) is known color: Jagger. HEX triplet: 45, 3B and 50. RGB value is (69,59,80). Sum of RGB (Red+Green+Blue) = 69+59+80=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 80 - color contains mainly: blue. Hex color #453B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B50 is #BAC4AF. Grayscale: #404040. Windows color (decimal): -12240048 or 5258053. OLE color: 5258053.

HSL color Cylindrical-coordinate representation of color #453B50: hue angle of 268.57º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #453B50 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 59 80 -
CMYK 0.14 0.26 0 0.69
HSL 268.57º 0.15% 0.27% -
HSV(B) 268.57º 0.26% 0.31% -
XYZ 5.47 4.97 8.26 -
YUV 64.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 69 59 80 0.14 0.26 0 0.69 268.57 0.15 0.27
Hex 45 3B 50 E 1A 0 45 10D F 1B
Octal 105 73 120 16 32 0 105 415 17 33
Binary 1000101 111011 1010000 1110 11010 0 1000101 100001101 1111 11011

Color Harmonies of #453B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453B50

Black with #453B50

Text Example


Text Example

White with #453B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,59,80); }

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

background-color css

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

 a { background-color: rgb(69,59,80); }

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

border-color css

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

 span { border-color: rgb(69,59,80); }

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