Html Css Color HEX #452B73 Windsor

📋 copy color: '#452B73'

red 69 ◦ green 43 ◦ blue 115

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

Shades of Windsor #452B73

Tints of Windsor #452B73

RGB

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

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

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

R = 30.4%
G = 18.94%
B = 50.66%

CMYK

 C value IS 0.4

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#452B73 (or 0x452B73) is known color: Windsor. HEX triplet: 45, 2B and 73. RGB value is (69,43,115). Sum of RGB (Red+Green+Blue) = 69+43+115=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #452B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452B73 is #BAD48C. Grayscale: #3A3A3A. Windows color (decimal): -12244109 or 7547717. OLE color: 7547717.

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

Color convert

RGB 69 43 115 -
CMYK 0.4 0.63 0 0.55
HSL 261.67º 0.46% 0.31% -
HSV(B) 261.67º 0.63% 0.45% -
XYZ 6.41 4.23 16.7 -
YUV 58.98 159.61 135.15 -
System Red Green Blue C M Y K H S L
Decimal 69 43 115 0.4 0.63 0 0.55 261.67 0.46 0.31
Hex 45 2B 73 28 3F 0 37 106 2E 1F
Octal 105 53 163 50 77 0 67 406 56 37
Binary 1000101 101011 1110011 101000 111111 0 110111 100000110 101110 11111

Color Harmonies of #452B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452B73

Black with #452B73

Text Example


Text Example

White with #452B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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