Html Css Color HEX #452B71 Windsor

📋 copy color: '#452B71'

red 69 ◦ green 43 ◦ blue 113

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

Shades of Windsor #452B71

Tints of Windsor #452B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.22%

R = 30.67%
G = 19.11%
B = 50.22%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#452B71 (or 0x452B71) is known color: Windsor. HEX triplet: 45, 2B and 71. RGB value is (69,43,113). Sum of RGB (Red+Green+Blue) = 69+43+113=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #452B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452B71 is #BAD48E. Grayscale: #3A3A3A. Windows color (decimal): -12244111 or 7416645. OLE color: 7416645.

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

Color convert

RGB 69 43 113 -
CMYK 0.39 0.62 0 0.56
HSL 262.29º 0.45% 0.31% -
HSV(B) 262.29º 0.62% 0.44% -
XYZ 6.3 4.19 16.1 -
YUV 58.75 158.61 135.31 -
System Red Green Blue C M Y K H S L
Decimal 69 43 113 0.39 0.62 0 0.56 262.29 0.45 0.31
Hex 45 2B 71 27 3E 0 38 106 2D 1F
Octal 105 53 161 47 76 0 70 406 55 37
Binary 1000101 101011 1110001 100111 111110 0 111000 100000110 101101 11111

Color Harmonies of #452B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452B71

Black with #452B71

Text Example


Text Example

White with #452B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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