Html Css Color HEX #46357D Windsor

📋 copy color: '#46357D'

red 70 ◦ green 53 ◦ blue 125

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

Shades of Windsor #46357D

Tints of Windsor #46357D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.4%

R = 28.23%
G = 21.37%
B = 50.4%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46357D (or 0x46357D) is known color: Windsor. HEX triplet: 46, 35 and 7D. RGB value is (70,53,125). Sum of RGB (Red+Green+Blue) = 70+53+125=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #46357D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46357D is #B9CA82. Grayscale: #424242. Windows color (decimal): -12176003 or 8205638. OLE color: 8205638.

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

Color convert

RGB 70 53 125 -
CMYK 0.44 0.58 0 0.51
HSL 254.17º 0.4% 0.35% -
HSV(B) 254.17º 0.58% 0.49% -
XYZ 7.5 5.33 20.04 -
YUV 66.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 70 53 125 0.44 0.58 0 0.51 254.17 0.4 0.35
Hex 46 35 7D 2C 3A 0 33 FE 28 23
Octal 106 65 175 54 72 0 63 376 50 43
Binary 1000110 110101 1111101 101100 111010 0 110011 11111110 101000 100011

Color Harmonies of #46357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46357D

Black with #46357D

Text Example


Text Example

White with #46357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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