Html Css Color HEX #451E78 Windsor

📋 copy color: '#451E78'

red 69 ◦ green 30 ◦ blue 120

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

Shades of Windsor #451E78

Tints of Windsor #451E78

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.7%

 BLUE value IS 120 (47.27% from 255) = 54.79%

R = 31.51%
G = 13.7%
B = 54.79%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#451E78 (or 0x451E78) is known color: Windsor. HEX triplet: 45, 1E and 78. RGB value is (69,30,120). Sum of RGB (Red+Green+Blue) = 69+30+120=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #451E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451E78 is #BAE187. Grayscale: #333333. Windows color (decimal): -12247432 or 7872069. OLE color: 7872069.

HSL color Cylindrical-coordinate representation of color #451E78: hue angle of 266º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451E78 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 30 120 -
CMYK 0.42 0.75 0 0.53
HSL 266º 0.6% 0.29% -
HSV(B) 266º 0.75% 0.47% -
XYZ 6.31 3.55 18.12 -
YUV 51.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 69 30 120 0.42 0.75 0 0.53 266 0.6 0.29
Hex 45 1E 78 2A 4B 0 35 10A 3C 1D
Octal 105 36 170 52 113 0 65 412 74 35
Binary 1000101 11110 1111000 101010 1001011 0 110101 100001010 111100 11101

Color Harmonies of #451E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451E78

Black with #451E78

Text Example


Text Example

White with #451E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451E78; }

 p { color: rgb(69,30,120); }

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

background-color css

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

 a { background-color: rgb(69,30,120); }

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

border-color css

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

 span { border-color: rgb(69,30,120); }

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