Html Css Color HEX #453479 Windsor

📋 copy color: '#453479'

red 69 ◦ green 52 ◦ blue 121

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

Shades of Windsor #453479

Tints of Windsor #453479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

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

R = 28.51%
G = 21.49%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#453479 (or 0x453479) is known color: Windsor. HEX triplet: 45, 34 and 79. RGB value is (69,52,121). Sum of RGB (Red+Green+Blue) = 69+52+121=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #453479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453479 is #BACB86. Grayscale: #404040. Windows color (decimal): -12241799 or 7943237. OLE color: 7943237.

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

Color convert

RGB 69 52 121 -
CMYK 0.43 0.57 0 0.53
HSL 254.78º 0.4% 0.34% -
HSV(B) 254.78º 0.57% 0.47% -
XYZ 7.13 5.1 18.7 -
YUV 64.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 69 52 121 0.43 0.57 0 0.53 254.78 0.4 0.34
Hex 45 34 79 2B 39 0 35 FF 28 22
Octal 105 64 171 53 71 0 65 377 50 42
Binary 1000101 110100 1111001 101011 111001 0 110101 11111111 101000 100010

Color Harmonies of #453479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453479

Black with #453479

Text Example


Text Example

White with #453479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453479; }

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

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

background-color css

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

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

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

border-color css

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

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

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