Html Css Color HEX #462095 Blue Gem

📋 copy color: '#462095'

red 70 ◦ green 32 ◦ blue 149

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

Shades of Blue Gem #462095

Tints of Blue Gem #462095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.75%

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

R = 27.89%
G = 12.75%
B = 59.36%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#462095 (or 0x462095) is known color: Blue Gem. HEX triplet: 46, 20 and 95. RGB value is (70,32,149). Sum of RGB (Red+Green+Blue) = 70+32+149=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #462095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462095 is #B9DF6A. Grayscale: #383838. Windows color (decimal): -12181355 or 9773126. OLE color: 9773126.

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

Color convert

RGB 70 32 149 -
CMYK 0.53 0.79 0 0.42
HSL 259.49º 0.65% 0.35% -
HSV(B) 259.49º 0.79% 0.58% -
XYZ 8.47 4.51 28.86 -
YUV 56.7 180.09 137.49 -
System Red Green Blue C M Y K H S L
Decimal 70 32 149 0.53 0.79 0 0.42 259.49 0.65 0.35
Hex 46 20 95 35 4F 0 2A 103 41 23
Octal 106 40 225 65 117 0 52 403 101 43
Binary 1000110 100000 10010101 110101 1001111 0 101010 100000011 1000001 100011

Color Harmonies of #462095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462095

Black with #462095

Text Example


Text Example

White with #462095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462095; }

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

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

background-color css

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

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

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

border-color css

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

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

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