Html Css Color HEX #46287F Windsor

📋 copy color: '#46287F'

red 70 ◦ green 40 ◦ blue 127

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

Shades of Windsor #46287F

Tints of Windsor #46287F

RGB

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

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

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

R = 29.54%
G = 16.88%
B = 53.59%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46287F (or 0x46287F) is known color: Windsor. HEX triplet: 46, 28 and 7F. RGB value is (70,40,127). Sum of RGB (Red+Green+Blue) = 70+40+127=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #46287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46287F is #B9D780. Grayscale: #3A3A3A. Windows color (decimal): -12179329 or 8333382. OLE color: 8333382.

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

Color convert

RGB 70 40 127 -
CMYK 0.45 0.69 0 0.50
HSL 260.69º 0.52% 0.33% -
HSV(B) 260.69º 0.69% 0.5% -
XYZ 7.12 4.35 20.54 -
YUV 58.89 166.44 135.93 -
System Red Green Blue C M Y K H S L
Decimal 70 40 127 0.45 0.69 0 0.50 260.69 0.52 0.33
Hex 46 28 7F 2D 45 0 32 105 34 21
Octal 106 50 177 55 105 0 62 405 64 41
Binary 1000110 101000 1111111 101101 1000101 0 110010 100000101 110100 100001

Color Harmonies of #46287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46287F

Black with #46287F

Text Example


Text Example

White with #46287F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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