Html Css Color HEX #462399 Blue Gem

📋 copy color: '#462399'

red 70 ◦ green 35 ◦ blue 153

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

Shades of Blue Gem #462399

Tints of Blue Gem #462399

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

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

R = 27.13%
G = 13.57%
B = 59.3%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#462399 (or 0x462399) is known color: Blue Gem. HEX triplet: 46, 23 and 99. RGB value is (70,35,153). Sum of RGB (Red+Green+Blue) = 70+35+153=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #462399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462399 is #B9DC66. Grayscale: #3A3A3A. Windows color (decimal): -12180583 or 10036038. OLE color: 10036038.

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

Color convert

RGB 70 35 153 -
CMYK 0.54 0.77 0 0.4
HSL 257.8º 0.63% 0.37% -
HSV(B) 257.8º 0.77% 0.6% -
XYZ 8.88 4.8 30.6 -
YUV 58.92 181.1 135.91 -
System Red Green Blue C M Y K H S L
Decimal 70 35 153 0.54 0.77 0 0.4 257.8 0.63 0.37
Hex 46 23 99 36 4D 0 28 102 3F 25
Octal 106 43 231 66 115 0 50 402 77 45
Binary 1000110 100011 10011001 110110 1001101 0 101000 100000010 111111 100101

Color Harmonies of #462399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462399

Black with #462399

Text Example


Text Example

White with #462399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462399; }

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

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

background-color css

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

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

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

border-color css

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

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

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