Html Css Color HEX #453477 Windsor

📋 copy color: '#453477'

red 69 ◦ green 52 ◦ blue 119

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

Shades of Windsor #453477

Tints of Windsor #453477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

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

R = 28.75%
G = 21.67%
B = 49.58%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#453477 (or 0x453477) is known color: Windsor. HEX triplet: 45, 34 and 77. RGB value is (69,52,119). Sum of RGB (Red+Green+Blue) = 69+52+119=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #453477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453477 is #BACB88. Grayscale: #404040. Windows color (decimal): -12241801 or 7812165. OLE color: 7812165.

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

Color convert

RGB 69 52 119 -
CMYK 0.42 0.56 0 0.53
HSL 255.22º 0.39% 0.34% -
HSV(B) 255.22º 0.56% 0.47% -
XYZ 7.01 5.05 18.06 -
YUV 64.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 69 52 119 0.42 0.56 0 0.53 255.22 0.39 0.34
Hex 45 34 77 2A 38 0 35 FF 27 22
Octal 105 64 167 52 70 0 65 377 47 42
Binary 1000101 110100 1110111 101010 111000 0 110101 11111111 100111 100010

Color Harmonies of #453477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453477

Black with #453477

Text Example


Text Example

White with #453477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453477; }

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

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

background-color css

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

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

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

border-color css

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

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

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