Html Css Color HEX #463298 Blue Gem

📋 copy color: '#463298'

red 70 ◦ green 50 ◦ blue 152

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

Shades of Blue Gem #463298

Tints of Blue Gem #463298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 55.88%

R = 25.74%
G = 18.38%
B = 55.88%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#463298 (or 0x463298) is known color: Blue Gem. HEX triplet: 46, 32 and 98. RGB value is (70,50,152). Sum of RGB (Red+Green+Blue) = 70+50+152=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #463298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463298 is #B9CD67. Grayscale: #434343. Windows color (decimal): -12176744 or 9974342. OLE color: 9974342.

HSL color Cylindrical-coordinate representation of color #463298: hue angle of 251.76º degrees, saturation: 0.5, 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 #463298 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 50 152 -
CMYK 0.54 0.67 0 0.40
HSL 251.76º 0.5% 0.4% -
HSV(B) 251.76º 0.67% 0.6% -
XYZ 9.33 5.85 30.34 -
YUV 67.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 70 50 152 0.54 0.67 0 0.40 251.76 0.5 0.4
Hex 46 32 98 36 43 0 28 FC 32 28
Octal 106 62 230 66 103 0 50 374 62 50
Binary 1000110 110010 10011000 110110 1000011 0 101000 11111100 110010 101000

Color Harmonies of #463298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463298

Black with #463298

Text Example


Text Example

White with #463298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463298; }

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

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

background-color css

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

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

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

border-color css

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

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

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