Html Css Color HEX #453373 Windsor

📋 copy color: '#453373'

red 69 ◦ green 51 ◦ blue 115

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

Shades of Windsor #453373

Tints of Windsor #453373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.7%

 BLUE value IS 115 (45.31% from 255) = 48.94%

R = 29.36%
G = 21.7%
B = 48.94%

CMYK

 C value IS 0.4

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#453373 (or 0x453373) is known color: Windsor. HEX triplet: 45, 33 and 73. RGB value is (69,51,115). Sum of RGB (Red+Green+Blue) = 69+51+115=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #453373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453373 is #BACC8C. Grayscale: #3F3F3F. Windows color (decimal): -12242061 or 7549765. OLE color: 7549765.

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

Color convert

RGB 69 51 115 -
CMYK 0.4 0.56 0 0.55
HSL 256.88º 0.39% 0.33% -
HSV(B) 256.88º 0.56% 0.45% -
XYZ 6.73 4.87 16.8 -
YUV 63.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 69 51 115 0.4 0.56 0 0.55 256.88 0.39 0.33
Hex 45 33 73 28 38 0 37 101 27 21
Octal 105 63 163 50 70 0 67 401 47 41
Binary 1000101 110011 1110011 101000 111000 0 110111 100000001 100111 100001

Color Harmonies of #453373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453373

Black with #453373

Text Example


Text Example

White with #453373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453373; }

 p { color: rgb(69,51,115); }

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

background-color css

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

 a { background-color: rgb(69,51,115); }

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

border-color css

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

 span { border-color: rgb(69,51,115); }

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