Html Css Color HEX #452689 Windsor

📋 copy color: '#452689'

red 69 ◦ green 38 ◦ blue 137

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

Shades of Windsor #452689

Tints of Windsor #452689

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.57%

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

R = 28.28%
G = 15.57%
B = 56.15%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#452689 (or 0x452689) is known color: Windsor. HEX triplet: 45, 26 and 89. RGB value is (69,38,137). Sum of RGB (Red+Green+Blue) = 69+38+137=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #452689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452689 is #BAD976. Grayscale: #3A3A3A. Windows color (decimal): -12245367 or 8988229. OLE color: 8988229.

HSL color Cylindrical-coordinate representation of color #452689: hue angle of 258.79º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #452689 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 38 137 -
CMYK 0.50 0.72 0 0.46
HSL 258.79º 0.57% 0.34% -
HSV(B) 258.79º 0.72% 0.54% -
XYZ 7.66 4.46 24.12 -
YUV 58.56 172.27 135.45 -
System Red Green Blue C M Y K H S L
Decimal 69 38 137 0.50 0.72 0 0.46 258.79 0.57 0.34
Hex 45 26 89 32 48 0 2E 103 39 22
Octal 105 46 211 62 110 0 56 403 71 42
Binary 1000101 100110 10001001 110010 1001000 0 101110 100000011 111001 100010

Color Harmonies of #452689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452689

Black with #452689

Text Example


Text Example

White with #452689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452689; }

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

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

background-color css

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

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

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

border-color css

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

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

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