Html Css Color HEX #463071 Windsor

📋 copy color: '#463071'

red 70 ◦ green 48 ◦ blue 113

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

Shades of Windsor #463071

Tints of Windsor #463071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.78%

 BLUE value IS 113 (44.53% from 255) = 48.92%

R = 30.3%
G = 20.78%
B = 48.92%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#463071 (or 0x463071) is known color: Windsor. HEX triplet: 46, 30 and 71. RGB value is (70,48,113). Sum of RGB (Red+Green+Blue) = 70+48+113=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #463071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463071 is #B9CF8E. Grayscale: #3D3D3D. Windows color (decimal): -12177295 or 7417926. OLE color: 7417926.

HSL color Cylindrical-coordinate representation of color #463071: hue angle of 260.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #463071 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 48 113 -
CMYK 0.38 0.58 0 0.56
HSL 260.31º 0.4% 0.32% -
HSV(B) 260.31º 0.58% 0.44% -
XYZ 6.56 4.61 16.17 -
YUV 61.99 156.79 133.71 -
System Red Green Blue C M Y K H S L
Decimal 70 48 113 0.38 0.58 0 0.56 260.31 0.4 0.32
Hex 46 30 71 26 3A 0 38 104 28 20
Octal 106 60 161 46 72 0 70 404 50 40
Binary 1000110 110000 1110001 100110 111010 0 111000 100000100 101000 100000

Color Harmonies of #463071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463071

Black with #463071

Text Example


Text Example

White with #463071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463071; }

 p { color: rgb(70,48,113); }

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

background-color css

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

 a { background-color: rgb(70,48,113); }

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

border-color css

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

 span { border-color: rgb(70,48,113); }

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