Html Css Color HEX #453979 Windsor

📋 copy color: '#453979'

red 69 ◦ green 57 ◦ blue 121

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

Shades of Windsor #453979

Tints of Windsor #453979

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.08%

 BLUE value IS 121 (47.66% from 255) = 48.99%

R = 27.94%
G = 23.08%
B = 48.99%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#453979 (or 0x453979) is known color: Windsor. HEX triplet: 45, 39 and 79. RGB value is (69,57,121). Sum of RGB (Red+Green+Blue) = 69+57+121=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #453979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453979 is #BAC686. Grayscale: #434343. Windows color (decimal): -12240519 or 7944517. OLE color: 7944517.

HSL color Cylindrical-coordinate representation of color #453979: hue angle of 251.25º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #453979 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 57 121 -
CMYK 0.43 0.53 0 0.53
HSL 251.25º 0.36% 0.35% -
HSV(B) 251.25º 0.53% 0.47% -
XYZ 7.37 5.57 18.78 -
YUV 67.88 157.98 128.8 -
System Red Green Blue C M Y K H S L
Decimal 69 57 121 0.43 0.53 0 0.53 251.25 0.36 0.35
Hex 45 39 79 2B 35 0 35 FB 24 23
Octal 105 71 171 53 65 0 65 373 44 43
Binary 1000101 111001 1111001 101011 110101 0 110101 11111011 100100 100011

Color Harmonies of #453979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453979

Black with #453979

Text Example


Text Example

White with #453979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453979; }

 p { color: rgb(69,57,121); }

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

background-color css

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

 a { background-color: rgb(69,57,121); }

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

border-color css

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

 span { border-color: rgb(69,57,121); }

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