Html Css Color HEX #453472 Windsor

📋 copy color: '#453472'

red 69 ◦ green 52 ◦ blue 114

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

Shades of Windsor #453472

Tints of Windsor #453472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.51%

R = 29.36%
G = 22.13%
B = 48.51%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#453472 (or 0x453472) is known color: Windsor. HEX triplet: 45, 34 and 72. RGB value is (69,52,114). Sum of RGB (Red+Green+Blue) = 69+52+114=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #453472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453472 is #BACB8D. Grayscale: #3F3F3F. Windows color (decimal): -12241806 or 7484485. OLE color: 7484485.

HSL color Cylindrical-coordinate representation of color #453472: hue angle of 256.45º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #453472 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 52 114 -
CMYK 0.39 0.54 0 0.55
HSL 256.45º 0.37% 0.33% -
HSV(B) 256.45º 0.54% 0.45% -
XYZ 6.72 4.94 16.52 -
YUV 64.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 69 52 114 0.39 0.54 0 0.55 256.45 0.37 0.33
Hex 45 34 72 27 36 0 37 100 25 21
Octal 105 64 162 47 66 0 67 400 45 41
Binary 1000101 110100 1110010 100111 110110 0 110111 100000000 100101 100001

Color Harmonies of #453472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453472

Black with #453472

Text Example


Text Example

White with #453472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453472; }

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

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

background-color css

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

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

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

border-color css

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

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

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