Html Css Color HEX #452B89 Windsor

📋 copy color: '#452B89'

red 69 ◦ green 43 ◦ blue 137

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

Shades of Windsor #452B89

Tints of Windsor #452B89

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.27%

 BLUE value IS 137 (53.91% from 255) = 55.02%

R = 27.71%
G = 17.27%
B = 55.02%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#452B89 (or 0x452B89) is known color: Windsor. HEX triplet: 45, 2B and 89. RGB value is (69,43,137). Sum of RGB (Red+Green+Blue) = 69+43+137=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #452B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452B89 is #BAD476. Grayscale: #3D3D3D. Windows color (decimal): -12244087 or 8989509. OLE color: 8989509.

HSL color Cylindrical-coordinate representation of color #452B89: hue angle of 256.6º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #452B89 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 43 137 -
CMYK 0.50 0.69 0 0.46
HSL 256.6º 0.52% 0.35% -
HSV(B) 256.6º 0.69% 0.54% -
XYZ 7.83 4.8 24.18 -
YUV 61.49 170.61 133.36 -
System Red Green Blue C M Y K H S L
Decimal 69 43 137 0.50 0.69 0 0.46 256.6 0.52 0.35
Hex 45 2B 89 32 45 0 2E 101 34 23
Octal 105 53 211 62 105 0 56 401 64 43
Binary 1000101 101011 10001001 110010 1000101 0 101110 100000001 110100 100011

Color Harmonies of #452B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452B89

Black with #452B89

Text Example


Text Example

White with #452B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452B89; }

 p { color: rgb(69,43,137); }

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

background-color css

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

 a { background-color: rgb(69,43,137); }

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

border-color css

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

 span { border-color: rgb(69,43,137); }

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