Html Css Color HEX #452475 Windsor

📋 copy color: '#452475'

red 69 ◦ green 36 ◦ blue 117

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

Shades of Windsor #452475

Tints of Windsor #452475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.22%

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

R = 31.08%
G = 16.22%
B = 52.7%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#452475 (or 0x452475) is known color: Windsor. HEX triplet: 45, 24 and 75. RGB value is (69,36,117). Sum of RGB (Red+Green+Blue) = 69+36+117=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #452475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452475 is #BADB8A. Grayscale: #363636. Windows color (decimal): -12245899 or 7676997. OLE color: 7676997.

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

Color convert

RGB 69 36 117 -
CMYK 0.41 0.69 0 0.54
HSL 264.44º 0.53% 0.3% -
HSV(B) 264.44º 0.69% 0.46% -
XYZ 6.3 3.81 17.23 -
YUV 55.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 69 36 117 0.41 0.69 0 0.54 264.44 0.53 0.3
Hex 45 24 75 29 45 0 36 108 35 1E
Octal 105 44 165 51 105 0 66 410 65 36
Binary 1000101 100100 1110101 101001 1000101 0 110110 100001000 110101 11110

Color Harmonies of #452475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452475

Black with #452475

Text Example


Text Example

White with #452475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452475; }

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

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

background-color css

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

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

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

border-color css

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

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

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