Html Css Color HEX #46287C Windsor

📋 copy color: '#46287C'

red 70 ◦ green 40 ◦ blue 124

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

Shades of Windsor #46287C

Tints of Windsor #46287C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.09%

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

R = 29.91%
G = 17.09%
B = 52.99%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46287C (or 0x46287C) is known color: Windsor. HEX triplet: 46, 28 and 7C. RGB value is (70,40,124). Sum of RGB (Red+Green+Blue) = 70+40+124=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #46287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46287C is #B9D783. Grayscale: #3A3A3A. Windows color (decimal): -12179332 or 8136774. OLE color: 8136774.

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

Color convert

RGB 70 40 124 -
CMYK 0.44 0.68 0 0.51
HSL 261.43º 0.51% 0.32% -
HSV(B) 261.43º 0.68% 0.49% -
XYZ 6.92 4.27 19.53 -
YUV 58.55 164.94 136.17 -
System Red Green Blue C M Y K H S L
Decimal 70 40 124 0.44 0.68 0 0.51 261.43 0.51 0.32
Hex 46 28 7C 2C 44 0 33 105 33 20
Octal 106 50 174 54 104 0 63 405 63 40
Binary 1000110 101000 1111100 101100 1000100 0 110011 100000101 110011 100000

Color Harmonies of #46287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46287C

Black with #46287C

Text Example


Text Example

White with #46287C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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