Html Css Color HEX #46247A Windsor

📋 copy color: '#46247A'

red 70 ◦ green 36 ◦ blue 122

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

Shades of Windsor #46247A

Tints of Windsor #46247A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.79%

 BLUE value IS 122 (48.05% from 255) = 53.51%

R = 30.7%
G = 15.79%
B = 53.51%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46247A (or 0x46247A) is known color: Windsor. HEX triplet: 46, 24 and 7A. RGB value is (70,36,122). Sum of RGB (Red+Green+Blue) = 70+36+122=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #46247A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46247A is #B9DB85. Grayscale: #373737. Windows color (decimal): -12180358 or 8004678. OLE color: 8004678.

HSL color Cylindrical-coordinate representation of color #46247A: hue angle of 263.72º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46247A is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 36 122 -
CMYK 0.43 0.70 0 0.52
HSL 263.72º 0.54% 0.31% -
HSV(B) 263.72º 0.7% 0.48% -
XYZ 6.67 3.97 18.83 -
YUV 55.97 165.26 138.01 -
System Red Green Blue C M Y K H S L
Decimal 70 36 122 0.43 0.70 0 0.52 263.72 0.54 0.31
Hex 46 24 7A 2B 46 0 34 108 36 1F
Octal 106 44 172 53 106 0 64 410 66 37
Binary 1000110 100100 1111010 101011 1000110 0 110100 100001000 110110 11111

Color Harmonies of #46247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46247A

Black with #46247A

Text Example


Text Example

White with #46247A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46247A; }

 p { color: rgb(70,36,122); }

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

background-color css

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

 a { background-color: rgb(70,36,122); }

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

border-color css

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

 span { border-color: rgb(70,36,122); }

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