Html Css Color HEX #463083 Windsor

📋 copy color: '#463083'

red 70 ◦ green 48 ◦ blue 131

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

Shades of Windsor #463083

Tints of Windsor #463083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.61%

R = 28.11%
G = 19.28%
B = 52.61%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#463083 (or 0x463083) is known color: Windsor. HEX triplet: 46, 30 and 83. RGB value is (70,48,131). Sum of RGB (Red+Green+Blue) = 70+48+131=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #463083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463083 is #B9CF7C. Grayscale: #3F3F3F. Windows color (decimal): -12177277 or 8597574. OLE color: 8597574.

HSL color Cylindrical-coordinate representation of color #463083: hue angle of 255.9º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #463083 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 48 131 -
CMYK 0.47 0.63 0 0.49
HSL 255.9º 0.46% 0.35% -
HSV(B) 255.9º 0.63% 0.51% -
XYZ 7.68 5.05 22.04 -
YUV 64.04 165.79 132.25 -
System Red Green Blue C M Y K H S L
Decimal 70 48 131 0.47 0.63 0 0.49 255.9 0.46 0.35
Hex 46 30 83 2F 3F 0 31 100 2E 23
Octal 106 60 203 57 77 0 61 400 56 43
Binary 1000110 110000 10000011 101111 111111 0 110001 100000000 101110 100011

Color Harmonies of #463083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463083

Black with #463083

Text Example


Text Example

White with #463083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463083; }

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

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

background-color css

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

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

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

border-color css

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

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

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