Html Css Color HEX #452676 Windsor

📋 copy color: '#452676'

red 69 ◦ green 38 ◦ blue 118

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

Shades of Windsor #452676

Tints of Windsor #452676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.89%

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

R = 30.67%
G = 16.89%
B = 52.44%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#452676 (or 0x452676) is known color: Windsor. HEX triplet: 45, 26 and 76. RGB value is (69,38,118). Sum of RGB (Red+Green+Blue) = 69+38+118=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #452676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452676 is #BAD989. Grayscale: #383838. Windows color (decimal): -12245386 or 7743045. OLE color: 7743045.

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

Color convert

RGB 69 38 118 -
CMYK 0.42 0.68 0 0.54
HSL 263.25º 0.51% 0.31% -
HSV(B) 263.25º 0.68% 0.46% -
XYZ 6.42 3.96 17.57 -
YUV 56.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 69 38 118 0.42 0.68 0 0.54 263.25 0.51 0.31
Hex 45 26 76 2A 44 0 36 107 33 1F
Octal 105 46 166 52 104 0 66 407 63 37
Binary 1000101 100110 1110110 101010 1000100 0 110110 100000111 110011 11111

Color Harmonies of #452676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452676

Black with #452676

Text Example


Text Example

White with #452676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452676; }

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

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

background-color css

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

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

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

border-color css

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

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

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