Html Css Color HEX #452C73 Windsor

📋 copy color: '#452C73'

red 69 ◦ green 44 ◦ blue 115

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

Shades of Windsor #452C73

Tints of Windsor #452C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.44%

R = 30.26%
G = 19.3%
B = 50.44%

CMYK

 C value IS 0.4

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#452C73 (or 0x452C73) is known color: Windsor. HEX triplet: 45, 2C and 73. RGB value is (69,44,115). Sum of RGB (Red+Green+Blue) = 69+44+115=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #452C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452C73 is #BAD38C. Grayscale: #3B3B3B. Windows color (decimal): -12243853 or 7547973. OLE color: 7547973.

HSL color Cylindrical-coordinate representation of color #452C73: hue angle of 261.13º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #452C73 is Cyan = 0.4, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 44 115 -
CMYK 0.4 0.62 0 0.55
HSL 261.13º 0.45% 0.31% -
HSV(B) 261.13º 0.62% 0.45% -
XYZ 6.45 4.3 16.71 -
YUV 59.57 159.28 134.73 -
System Red Green Blue C M Y K H S L
Decimal 69 44 115 0.4 0.62 0 0.55 261.13 0.45 0.31
Hex 45 2C 73 28 3E 0 37 105 2D 1F
Octal 105 54 163 50 76 0 67 405 55 37
Binary 1000101 101100 1110011 101000 111110 0 110111 100000101 101101 11111

Color Harmonies of #452C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452C73

Black with #452C73

Text Example


Text Example

White with #452C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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