Html Css Color HEX #453275 Windsor

📋 copy color: '#453275'

red 69 ◦ green 50 ◦ blue 117

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

Shades of Windsor #453275

Tints of Windsor #453275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

 BLUE value IS 117 (46.09% from 255) = 49.58%

R = 29.24%
G = 21.19%
B = 49.58%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#453275 (or 0x453275) is known color: Windsor. HEX triplet: 45, 32 and 75. RGB value is (69,50,117). Sum of RGB (Red+Green+Blue) = 69+50+117=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #453275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453275 is #BACD8A. Grayscale: #3F3F3F. Windows color (decimal): -12242315 or 7680581. OLE color: 7680581.

HSL color Cylindrical-coordinate representation of color #453275: hue angle of 257.01º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #453275 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 50 117 -
CMYK 0.41 0.57 0 0.54
HSL 257.01º 0.4% 0.33% -
HSV(B) 257.01º 0.57% 0.46% -
XYZ 6.81 4.83 17.4 -
YUV 63.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 69 50 117 0.41 0.57 0 0.54 257.01 0.4 0.33
Hex 45 32 75 29 39 0 36 101 28 21
Octal 105 62 165 51 71 0 66 401 50 41
Binary 1000101 110010 1110101 101001 111001 0 110110 100000001 101000 100001

Color Harmonies of #453275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453275

Black with #453275

Text Example


Text Example

White with #453275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453275; }

 p { color: rgb(69,50,117); }

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

background-color css

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

 a { background-color: rgb(69,50,117); }

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

border-color css

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

 span { border-color: rgb(69,50,117); }

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