Html Css Color HEX #46267F Windsor

📋 copy color: '#46267F'

red 70 ◦ green 38 ◦ blue 127

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

Shades of Windsor #46267F

Tints of Windsor #46267F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.17%

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

R = 29.79%
G = 16.17%
B = 54.04%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46267F (or 0x46267F) is known color: Windsor. HEX triplet: 46, 26 and 7F. RGB value is (70,38,127). Sum of RGB (Red+Green+Blue) = 70+38+127=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #46267F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46267F is #B9D980. Grayscale: #393939. Windows color (decimal): -12179841 or 8332870. OLE color: 8332870.

HSL color Cylindrical-coordinate representation of color #46267F: hue angle of 261.57º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46267F is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 38 127 -
CMYK 0.45 0.70 0 0.50
HSL 261.57º 0.54% 0.32% -
HSV(B) 261.57º 0.7% 0.5% -
XYZ 7.05 4.22 20.52 -
YUV 57.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 70 38 127 0.45 0.70 0 0.50 261.57 0.54 0.32
Hex 46 26 7F 2D 46 0 32 106 36 20
Octal 106 46 177 55 106 0 62 406 66 40
Binary 1000110 100110 1111111 101101 1000110 0 110010 100000110 110110 100000

Color Harmonies of #46267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46267F

Black with #46267F

Text Example


Text Example

White with #46267F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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