Html Css Color HEX #462494 Blue Gem

📋 copy color: '#462494'

red 70 ◦ green 36 ◦ blue 148

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

Shades of Blue Gem #462494

Tints of Blue Gem #462494

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

 BLUE value IS 148 (58.2% from 255) = 58.27%

R = 27.56%
G = 14.17%
B = 58.27%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#462494 (or 0x462494) is known color: Blue Gem. HEX triplet: 46, 24 and 94. RGB value is (70,36,148). Sum of RGB (Red+Green+Blue) = 70+36+148=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #462494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462494 is #B9DB6B. Grayscale: #3A3A3A. Windows color (decimal): -12180332 or 9708614. OLE color: 9708614.

HSL color Cylindrical-coordinate representation of color #462494: hue angle of 258.21º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462494 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 36 148 -
CMYK 0.53 0.76 0 0.42
HSL 258.21º 0.61% 0.36% -
HSV(B) 258.21º 0.76% 0.58% -
XYZ 8.5 4.7 28.48 -
YUV 58.93 178.26 135.89 -
System Red Green Blue C M Y K H S L
Decimal 70 36 148 0.53 0.76 0 0.42 258.21 0.61 0.36
Hex 46 24 94 35 4C 0 2A 102 3D 24
Octal 106 44 224 65 114 0 52 402 75 44
Binary 1000110 100100 10010100 110101 1001100 0 101010 100000010 111101 100100

Color Harmonies of #462494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462494

Black with #462494

Text Example


Text Example

White with #462494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462494; }

 p { color: rgb(70,36,148); }

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

background-color css

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

 a { background-color: rgb(70,36,148); }

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

border-color css

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

 span { border-color: rgb(70,36,148); }

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