Html Css Color HEX #46357F Windsor

📋 copy color: '#46357F'

red 70 ◦ green 53 ◦ blue 127

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

Shades of Windsor #46357F

Tints of Windsor #46357F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.2%

 BLUE value IS 127 (50% from 255) = 50.8%

R = 28%
G = 21.2%
B = 50.8%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46357F (or 0x46357F) is known color: Windsor. HEX triplet: 46, 35 and 7F. RGB value is (70,53,127). Sum of RGB (Red+Green+Blue) = 70+53+127=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #46357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46357F is #B9CA80. Grayscale: #424242. Windows color (decimal): -12176001 or 8336710. OLE color: 8336710.

HSL color Cylindrical-coordinate representation of color #46357F: hue angle of 253.78º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46357F is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 53 127 -
CMYK 0.45 0.58 0 0.50
HSL 253.78º 0.41% 0.35% -
HSV(B) 253.78º 0.58% 0.5% -
XYZ 7.63 5.38 20.72 -
YUV 66.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 70 53 127 0.45 0.58 0 0.50 253.78 0.41 0.35
Hex 46 35 7F 2D 3A 0 32 FE 29 23
Octal 106 65 177 55 72 0 62 376 51 43
Binary 1000110 110101 1111111 101101 111010 0 110010 11111110 101001 100011

Color Harmonies of #46357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46357F

Black with #46357F

Text Example


Text Example

White with #46357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46357F; }

 p { color: rgb(70,53,127); }

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

background-color css

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

 a { background-color: rgb(70,53,127); }

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

border-color css

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

 span { border-color: rgb(70,53,127); }

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