Html Css Color HEX #463286 Blue Gem

📋 copy color: '#463286'

red 70 ◦ green 50 ◦ blue 134

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

Shades of Blue Gem #463286

Tints of Blue Gem #463286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.69%

 BLUE value IS 134 (52.73% from 255) = 52.76%

R = 27.56%
G = 19.69%
B = 52.76%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#463286 (or 0x463286) is known color: Blue Gem. HEX triplet: 46, 32 and 86. RGB value is (70,50,134). Sum of RGB (Red+Green+Blue) = 70+50+134=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #463286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463286 is #B9CD79. Grayscale: #414141. Windows color (decimal): -12176762 or 8794694. OLE color: 8794694.

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

Color convert

RGB 70 50 134 -
CMYK 0.48 0.63 0 0.47
HSL 254.29º 0.46% 0.36% -
HSV(B) 254.29º 0.63% 0.53% -
XYZ 7.97 5.3 23.16 -
YUV 65.56 166.63 131.17 -
System Red Green Blue C M Y K H S L
Decimal 70 50 134 0.48 0.63 0 0.47 254.29 0.46 0.36
Hex 46 32 86 30 3F 0 2F FE 2E 24
Octal 106 62 206 60 77 0 57 376 56 44
Binary 1000110 110010 10000110 110000 111111 0 101111 11111110 101110 100100

Color Harmonies of #463286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463286

Black with #463286

Text Example


Text Example

White with #463286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463286; }

 p { color: rgb(70,50,134); }

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

background-color css

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

 a { background-color: rgb(70,50,134); }

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

border-color css

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

 span { border-color: rgb(70,50,134); }

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