Html Css Color HEX #463299 Blue Gem

📋 copy color: '#463299'

red 70 ◦ green 50 ◦ blue 153

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

Shades of Blue Gem #463299

Tints of Blue Gem #463299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.04%

R = 25.64%
G = 18.32%
B = 56.04%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#463299 (or 0x463299) is known color: Blue Gem. HEX triplet: 46, 32 and 99. RGB value is (70,50,153). Sum of RGB (Red+Green+Blue) = 70+50+153=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #463299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463299 is #B9CD66. Grayscale: #434343. Windows color (decimal): -12176743 or 10039878. OLE color: 10039878.

HSL color Cylindrical-coordinate representation of color #463299: hue angle of 251.65º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #463299 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 50 153 -
CMYK 0.54 0.67 0 0.4
HSL 251.65º 0.51% 0.4% -
HSV(B) 251.65º 0.67% 0.6% -
XYZ 9.42 5.88 30.78 -
YUV 67.72 176.13 129.62 -
System Red Green Blue C M Y K H S L
Decimal 70 50 153 0.54 0.67 0 0.4 251.65 0.51 0.4
Hex 46 32 99 36 43 0 28 FC 33 28
Octal 106 62 231 66 103 0 50 374 63 50
Binary 1000110 110010 10011001 110110 1000011 0 101000 11111100 110011 101000

Color Harmonies of #463299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463299

Black with #463299

Text Example


Text Example

White with #463299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463299; }

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

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

background-color css

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

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

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

border-color css

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

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

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