Html Css Color HEX #46207C Windsor

📋 copy color: '#46207C'

red 70 ◦ green 32 ◦ blue 124

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

Shades of Windsor #46207C

Tints of Windsor #46207C

RGB

 RED value IS 70 (27.73% from 255) = 30.97%

 GREEN value IS 32 (12.89% from 255) = 14.16%

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

R = 30.97%
G = 14.16%
B = 54.87%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46207C (or 0x46207C) is known color: Windsor. HEX triplet: 46, 20 and 7C. RGB value is (70,32,124). Sum of RGB (Red+Green+Blue) = 70+32+124=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #46207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46207C is #B9DF83. Grayscale: #353535. Windows color (decimal): -12181380 or 8134726. OLE color: 8134726.

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

Color convert

RGB 70 32 124 -
CMYK 0.44 0.74 0 0.51
HSL 264.78º 0.59% 0.31% -
HSV(B) 264.78º 0.74% 0.49% -
XYZ 6.68 3.79 19.45 -
YUV 53.85 167.59 139.52 -
System Red Green Blue C M Y K H S L
Decimal 70 32 124 0.44 0.74 0 0.51 264.78 0.59 0.31
Hex 46 20 7C 2C 4A 0 33 109 3B 1F
Octal 106 40 174 54 112 0 63 411 73 37
Binary 1000110 100000 1111100 101100 1001010 0 110011 100001001 111011 11111

Color Harmonies of #46207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46207C

Black with #46207C

Text Example


Text Example

White with #46207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,32,124); }

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

background-color css

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

 a { background-color: rgb(70,32,124); }

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

border-color css

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

 span { border-color: rgb(70,32,124); }

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