Html Css Color HEX #452176 Windsor

📋 copy color: '#452176'

red 69 ◦ green 33 ◦ blue 118

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

Shades of Windsor #452176

Tints of Windsor #452176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15%

 BLUE value IS 118 (46.48% from 255) = 53.64%

R = 31.36%
G = 15%
B = 53.64%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#452176 (or 0x452176) is known color: Windsor. HEX triplet: 45, 21 and 76. RGB value is (69,33,118). Sum of RGB (Red+Green+Blue) = 69+33+118=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #452176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452176 is #BADE89. Grayscale: #353535. Windows color (decimal): -12246666 or 7741765. OLE color: 7741765.

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

Color convert

RGB 69 33 118 -
CMYK 0.42 0.72 0 0.54
HSL 265.41º 0.56% 0.3% -
HSV(B) 265.41º 0.72% 0.46% -
XYZ 6.27 3.66 17.52 -
YUV 53.45 164.43 139.09 -
System Red Green Blue C M Y K H S L
Decimal 69 33 118 0.42 0.72 0 0.54 265.41 0.56 0.3
Hex 45 21 76 2A 48 0 36 109 38 1E
Octal 105 41 166 52 110 0 66 411 70 36
Binary 1000101 100001 1110110 101010 1001000 0 110110 100001001 111000 11110

Color Harmonies of #452176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452176

Black with #452176

Text Example


Text Example

White with #452176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452176; }

 p { color: rgb(69,33,118); }

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

background-color css

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

 a { background-color: rgb(69,33,118); }

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

border-color css

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

 span { border-color: rgb(69,33,118); }

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