Html Css Color HEX #452C79 Windsor

📋 copy color: '#452C79'

red 69 ◦ green 44 ◦ blue 121

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

Shades of Windsor #452C79

Tints of Windsor #452C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 51.71%

R = 29.49%
G = 18.8%
B = 51.71%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#452C79 (or 0x452C79) is known color: Windsor. HEX triplet: 45, 2C and 79. RGB value is (69,44,121). Sum of RGB (Red+Green+Blue) = 69+44+121=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #452C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452C79 is #BAD386. Grayscale: #3B3B3B. Windows color (decimal): -12243847 or 7941189. OLE color: 7941189.

HSL color Cylindrical-coordinate representation of color #452C79: hue angle of 259.48º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #452C79 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 44 121 -
CMYK 0.43 0.64 0 0.53
HSL 259.48º 0.47% 0.32% -
HSV(B) 259.48º 0.64% 0.47% -
XYZ 6.81 4.45 18.59 -
YUV 60.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 69 44 121 0.43 0.64 0 0.53 259.48 0.47 0.32
Hex 45 2C 79 2B 40 0 35 103 2F 20
Octal 105 54 171 53 100 0 65 403 57 40
Binary 1000101 101100 1111001 101011 1000000 0 110101 100000011 101111 100000

Color Harmonies of #452C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452C79

Black with #452C79

Text Example


Text Example

White with #452C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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