Html Css Color HEX #462496 Blue Gem

📋 copy color: '#462496'

red 70 ◦ green 36 ◦ blue 150

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

Shades of Blue Gem #462496

Tints of Blue Gem #462496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 58.59%

R = 27.34%
G = 14.06%
B = 58.59%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#462496 (or 0x462496) is known color: Blue Gem. HEX triplet: 46, 24 and 96. RGB value is (70,36,150). Sum of RGB (Red+Green+Blue) = 70+36+150=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #462496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462496 is #B9DB69. Grayscale: #3A3A3A. Windows color (decimal): -12180330 or 9839686. OLE color: 9839686.

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

Color convert

RGB 70 36 150 -
CMYK 0.53 0.76 0 0.41
HSL 257.89º 0.61% 0.36% -
HSV(B) 257.89º 0.76% 0.59% -
XYZ 8.66 4.77 29.32 -
YUV 59.16 179.26 135.73 -
System Red Green Blue C M Y K H S L
Decimal 70 36 150 0.53 0.76 0 0.41 257.89 0.61 0.36
Hex 46 24 96 35 4C 0 29 102 3D 24
Octal 106 44 226 65 114 0 51 402 75 44
Binary 1000110 100100 10010110 110101 1001100 0 101001 100000010 111101 100100

Color Harmonies of #462496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462496

Black with #462496

Text Example


Text Example

White with #462496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462496; }

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

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

background-color css

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

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

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

border-color css

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

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

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