Html Css Color HEX #462392 Blue Gem

📋 copy color: '#462392'

red 70 ◦ green 35 ◦ blue 146

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

Shades of Blue Gem #462392

Tints of Blue Gem #462392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.17%

R = 27.89%
G = 13.94%
B = 58.17%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#462392 (or 0x462392) is known color: Blue Gem. HEX triplet: 46, 23 and 92. RGB value is (70,35,146). Sum of RGB (Red+Green+Blue) = 70+35+146=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #462392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462392 is #B9DC6D. Grayscale: #393939. Windows color (decimal): -12180590 or 9577286. OLE color: 9577286.

HSL color Cylindrical-coordinate representation of color #462392: hue angle of 258.92º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462392 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 35 146 -
CMYK 0.52 0.76 0 0.43
HSL 258.92º 0.61% 0.35% -
HSV(B) 258.92º 0.76% 0.57% -
XYZ 8.32 4.58 27.64 -
YUV 58.12 177.6 136.47 -
System Red Green Blue C M Y K H S L
Decimal 70 35 146 0.52 0.76 0 0.43 258.92 0.61 0.35
Hex 46 23 92 34 4C 0 2B 103 3D 23
Octal 106 43 222 64 114 0 53 403 75 43
Binary 1000110 100011 10010010 110100 1001100 0 101011 100000011 111101 100011

Color Harmonies of #462392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462392

Black with #462392

Text Example


Text Example

White with #462392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462392; }

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

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

background-color css

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

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

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

border-color css

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

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

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