Html Css Color HEX #453679 Windsor

📋 copy color: '#453679'

red 69 ◦ green 54 ◦ blue 121

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

Shades of Windsor #453679

Tints of Windsor #453679

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.13%

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

R = 28.28%
G = 22.13%
B = 49.59%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#453679 (or 0x453679) is known color: Windsor. HEX triplet: 45, 36 and 79. RGB value is (69,54,121). Sum of RGB (Red+Green+Blue) = 69+54+121=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #453679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453679 is #BAC986. Grayscale: #414141. Windows color (decimal): -12241287 or 7943749. OLE color: 7943749.

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

Color convert

RGB 69 54 121 -
CMYK 0.43 0.55 0 0.53
HSL 253.43º 0.38% 0.34% -
HSV(B) 253.43º 0.55% 0.47% -
XYZ 7.22 5.28 18.73 -
YUV 66.12 158.97 130.05 -
System Red Green Blue C M Y K H S L
Decimal 69 54 121 0.43 0.55 0 0.53 253.43 0.38 0.34
Hex 45 36 79 2B 37 0 35 FD 26 22
Octal 105 66 171 53 67 0 65 375 46 42
Binary 1000101 110110 1111001 101011 110111 0 110101 11111101 100110 100010

Color Harmonies of #453679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453679

Black with #453679

Text Example


Text Example

White with #453679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453679; }

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

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

background-color css

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

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

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

border-color css

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

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

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