Html Css Color HEX #463082 Windsor

📋 copy color: '#463082'

red 70 ◦ green 48 ◦ blue 130

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

Shades of Windsor #463082

Tints of Windsor #463082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52.42%

R = 28.23%
G = 19.35%
B = 52.42%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#463082 (or 0x463082) is known color: Windsor. HEX triplet: 46, 30 and 82. RGB value is (70,48,130). Sum of RGB (Red+Green+Blue) = 70+48+130=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #463082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463082 is #B9CF7D. Grayscale: #3F3F3F. Windows color (decimal): -12177278 or 8532038. OLE color: 8532038.

HSL color Cylindrical-coordinate representation of color #463082: hue angle of 256.1º 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 #463082 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 48 130 -
CMYK 0.46 0.63 0 0.49
HSL 256.1º 0.46% 0.35% -
HSV(B) 256.1º 0.63% 0.51% -
XYZ 7.61 5.03 21.69 -
YUV 63.93 165.29 132.33 -
System Red Green Blue C M Y K H S L
Decimal 70 48 130 0.46 0.63 0 0.49 256.1 0.46 0.35
Hex 46 30 82 2E 3F 0 31 100 2E 23
Octal 106 60 202 56 77 0 61 400 56 43
Binary 1000110 110000 10000010 101110 111111 0 110001 100000000 101110 100011

Color Harmonies of #463082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463082

Black with #463082

Text Example


Text Example

White with #463082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463082; }

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

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

background-color css

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

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

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

border-color css

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

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

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