Html Css Color HEX #452C89 Windsor

📋 copy color: '#452C89'

red 69 ◦ green 44 ◦ blue 137

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

Shades of Windsor #452C89

Tints of Windsor #452C89

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.6%

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

R = 27.6%
G = 17.6%
B = 54.8%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#452C89 (or 0x452C89) is known color: Windsor. HEX triplet: 45, 2C and 89. RGB value is (69,44,137). Sum of RGB (Red+Green+Blue) = 69+44+137=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #452C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452C89 is #BAD376. Grayscale: #3D3D3D. Windows color (decimal): -12243831 or 8989765. OLE color: 8989765.

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

Color convert

RGB 69 44 137 -
CMYK 0.50 0.68 0 0.46
HSL 256.13º 0.51% 0.35% -
HSV(B) 256.13º 0.68% 0.54% -
XYZ 7.87 4.87 24.19 -
YUV 62.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 69 44 137 0.50 0.68 0 0.46 256.13 0.51 0.35
Hex 45 2C 89 32 44 0 2E 100 33 23
Octal 105 54 211 62 104 0 56 400 63 43
Binary 1000101 101100 10001001 110010 1000100 0 101110 100000000 110011 100011

Color Harmonies of #452C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452C89

Black with #452C89

Text Example


Text Example

White with #452C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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