Html Css Color HEX #462299 Blue Gem

📋 copy color: '#462299'

red 70 ◦ green 34 ◦ blue 153

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

Shades of Blue Gem #462299

Tints of Blue Gem #462299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.23%

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

R = 27.24%
G = 13.23%
B = 59.53%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#462299 (or 0x462299) is known color: Blue Gem. HEX triplet: 46, 22 and 99. RGB value is (70,34,153). Sum of RGB (Red+Green+Blue) = 70+34+153=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #462299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462299 is #B9DD66. Grayscale: #393939. Windows color (decimal): -12180839 or 10035782. OLE color: 10035782.

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

Color convert

RGB 70 34 153 -
CMYK 0.54 0.78 0 0.4
HSL 258.15º 0.64% 0.37% -
HSV(B) 258.15º 0.78% 0.6% -
XYZ 8.85 4.75 30.59 -
YUV 58.33 181.43 136.32 -
System Red Green Blue C M Y K H S L
Decimal 70 34 153 0.54 0.78 0 0.4 258.15 0.64 0.37
Hex 46 22 99 36 4E 0 28 102 40 25
Octal 106 42 231 66 116 0 50 402 100 45
Binary 1000110 100010 10011001 110110 1001110 0 101000 100000010 1000000 100101

Color Harmonies of #462299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462299

Black with #462299

Text Example


Text Example

White with #462299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462299; }

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

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

background-color css

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

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

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

border-color css

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

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

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