Html Css Color HEX #45377C Windsor

📋 copy color: '#45377C'

red 69 ◦ green 55 ◦ blue 124

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

Shades of Windsor #45377C

Tints of Windsor #45377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

 BLUE value IS 124 (48.83% from 255) = 50%

R = 27.82%
G = 22.18%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#45377C (or 0x45377C) is known color: Windsor. HEX triplet: 45, 37 and 7C. RGB value is (69,55,124). Sum of RGB (Red+Green+Blue) = 69+55+124=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #45377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45377C is #BAC883. Grayscale: #424242. Windows color (decimal): -12241028 or 8140613. OLE color: 8140613.

HSL color Cylindrical-coordinate representation of color #45377C: hue angle of 252.17º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45377C is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 55 124 -
CMYK 0.44 0.56 0 0.51
HSL 252.17º 0.39% 0.35% -
HSV(B) 252.17º 0.56% 0.49% -
XYZ 7.46 5.45 19.73 -
YUV 67.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 69 55 124 0.44 0.56 0 0.51 252.17 0.39 0.35
Hex 45 37 7C 2C 38 0 33 FC 27 23
Octal 105 67 174 54 70 0 63 374 47 43
Binary 1000101 110111 1111100 101100 111000 0 110011 11111100 100111 100011

Color Harmonies of #45377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45377C

Black with #45377C

Text Example


Text Example

White with #45377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45377C; }

 p { color: rgb(69,55,124); }

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

background-color css

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

 a { background-color: rgb(69,55,124); }

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

border-color css

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

 span { border-color: rgb(69,55,124); }

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