Html Css Color HEX #463287 Blue Gem

📋 copy color: '#463287'

red 70 ◦ green 50 ◦ blue 135

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

Shades of Blue Gem #463287

Tints of Blue Gem #463287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 52.94%

R = 27.45%
G = 19.61%
B = 52.94%

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

#463287 (or 0x463287) is known color: Blue Gem. HEX triplet: 46, 32 and 87. RGB value is (70,50,135). Sum of RGB (Red+Green+Blue) = 70+50+135=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #463287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463287 is #B9CD78. Grayscale: #414141. Windows color (decimal): -12176761 or 8860230. OLE color: 8860230.

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

Color convert

RGB 70 50 135 -
CMYK 0.48 0.63 0 0.47
HSL 254.12º 0.46% 0.36% -
HSV(B) 254.12º 0.63% 0.53% -
XYZ 8.04 5.33 23.53 -
YUV 65.67 167.13 131.09 -
System Red Green Blue C M Y K H S L
Decimal 70 50 135 0.48 0.63 0 0.47 254.12 0.46 0.36
Hex 46 32 87 30 3F 0 2F FE 2E 24
Octal 106 62 207 60 77 0 57 376 56 44
Binary 1000110 110010 10000111 110000 111111 0 101111 11111110 101110 100100

Color Harmonies of #463287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463287

Black with #463287

Text Example


Text Example

White with #463287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463287; }

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

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

background-color css

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

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

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

border-color css

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

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

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