Html Css Color HEX #451D76 Windsor

📋 copy color: '#451D76'

red 69 ◦ green 29 ◦ blue 118

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

Shades of Windsor #451D76

Tints of Windsor #451D76

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.43%

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

R = 31.94%
G = 13.43%
B = 54.63%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#451D76 (or 0x451D76) is known color: Windsor. HEX triplet: 45, 1D and 76. RGB value is (69,29,118). Sum of RGB (Red+Green+Blue) = 69+29+118=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #451D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451D76 is #BAE289. Grayscale: #323232. Windows color (decimal): -12247690 or 7740741. OLE color: 7740741.

HSL color Cylindrical-coordinate representation of color #451D76: hue angle of 266.97º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451D76 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 29 118 -
CMYK 0.42 0.75 0 0.54
HSL 266.97º 0.61% 0.29% -
HSV(B) 266.97º 0.75% 0.46% -
XYZ 6.16 3.45 17.48 -
YUV 51.11 165.75 140.76 -
System Red Green Blue C M Y K H S L
Decimal 69 29 118 0.42 0.75 0 0.54 266.97 0.61 0.29
Hex 45 1D 76 2A 4B 0 36 10B 3D 1D
Octal 105 35 166 52 113 0 66 413 75 35
Binary 1000101 11101 1110110 101010 1001011 0 110110 100001011 111101 11101

Color Harmonies of #451D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451D76

Black with #451D76

Text Example


Text Example

White with #451D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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