Html Css Color HEX #462395 Blue Gem

📋 copy color: '#462395'

red 70 ◦ green 35 ◦ blue 149

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

Shades of Blue Gem #462395

Tints of Blue Gem #462395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.66%

R = 27.56%
G = 13.78%
B = 58.66%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#462395 (or 0x462395) is known color: Blue Gem. HEX triplet: 46, 23 and 95. RGB value is (70,35,149). Sum of RGB (Red+Green+Blue) = 70+35+149=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #462395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462395 is #B9DC6A. Grayscale: #3A3A3A. Windows color (decimal): -12180587 or 9773894. OLE color: 9773894.

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

Color convert

RGB 70 35 149 -
CMYK 0.53 0.77 0 0.42
HSL 258.42º 0.62% 0.36% -
HSV(B) 258.42º 0.77% 0.58% -
XYZ 8.55 4.67 28.89 -
YUV 58.46 179.1 136.23 -
System Red Green Blue C M Y K H S L
Decimal 70 35 149 0.53 0.77 0 0.42 258.42 0.62 0.36
Hex 46 23 95 35 4D 0 2A 102 3E 24
Octal 106 43 225 65 115 0 52 402 76 44
Binary 1000110 100011 10010101 110101 1001101 0 101010 100000010 111110 100100

Color Harmonies of #462395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462395

Black with #462395

Text Example


Text Example

White with #462395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462395; }

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

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

background-color css

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

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

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

border-color css

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

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

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