Html Css Color HEX #453777 Windsor

📋 copy color: '#453777'

red 69 ◦ green 55 ◦ blue 119

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

Shades of Windsor #453777

Tints of Windsor #453777

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.63%

 BLUE value IS 119 (46.88% from 255) = 48.97%

R = 28.4%
G = 22.63%
B = 48.97%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#453777 (or 0x453777) is known color: Windsor. HEX triplet: 45, 37 and 77. RGB value is (69,55,119). Sum of RGB (Red+Green+Blue) = 69+55+119=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #453777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453777 is #BAC888. Grayscale: #424242. Windows color (decimal): -12241033 or 7812933. OLE color: 7812933.

HSL color Cylindrical-coordinate representation of color #453777: hue angle of 253.12º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #453777 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 55 119 -
CMYK 0.42 0.54 0 0.53
HSL 253.13º 0.37% 0.34% -
HSV(B) 253.13º 0.54% 0.47% -
XYZ 7.15 5.33 18.1 -
YUV 66.48 157.64 129.8 -
System Red Green Blue C M Y K H S L
Decimal 69 55 119 0.42 0.54 0 0.53 253.13 0.37 0.34
Hex 45 37 77 2A 36 0 35 FD 25 22
Octal 105 67 167 52 66 0 65 375 45 42
Binary 1000101 110111 1110111 101010 110110 0 110101 11111101 100101 100010

Color Harmonies of #453777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453777

Black with #453777

Text Example


Text Example

White with #453777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453777; }

 p { color: rgb(69,55,119); }

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

background-color css

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

 a { background-color: rgb(69,55,119); }

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

border-color css

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

 span { border-color: rgb(69,55,119); }

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