Html Css Color HEX #463A98 Blue Gem

📋 copy color: '#463A98'

red 70 ◦ green 58 ◦ blue 152

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

Shades of Blue Gem #463A98

Tints of Blue Gem #463A98

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.71%

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

R = 25%
G = 20.71%
B = 54.29%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#463A98 (or 0x463A98) is known color: Blue Gem. HEX triplet: 46, 3A and 98. RGB value is (70,58,152). Sum of RGB (Red+Green+Blue) = 70+58+152=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #463A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463A98 is #B9C567. Grayscale: #474747. Windows color (decimal): -12174696 or 9976390. OLE color: 9976390.

HSL color Cylindrical-coordinate representation of color #463A98: hue angle of 247.66º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #463A98 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 58 152 -
CMYK 0.54 0.62 0 0.40
HSL 247.66º 0.45% 0.41% -
HSV(B) 247.66º 0.62% 0.6% -
XYZ 9.71 6.6 30.47 -
YUV 72.3 172.98 126.36 -
System Red Green Blue C M Y K H S L
Decimal 70 58 152 0.54 0.62 0 0.40 247.66 0.45 0.41
Hex 46 3A 98 36 3E 0 28 F8 2D 29
Octal 106 72 230 66 76 0 50 370 55 51
Binary 1000110 111010 10011000 110110 111110 0 101000 11111000 101101 101001

Color Harmonies of #463A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A98

Black with #463A98

Text Example


Text Example

White with #463A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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