Html Css Color HEX #462896 Blue Gem

📋 copy color: '#462896'

red 70 ◦ green 40 ◦ blue 150

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

Shades of Blue Gem #462896

Tints of Blue Gem #462896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.38%

 BLUE value IS 150 (58.98% from 255) = 57.69%

R = 26.92%
G = 15.38%
B = 57.69%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#462896 (or 0x462896) is known color: Blue Gem. HEX triplet: 46, 28 and 96. RGB value is (70,40,150). Sum of RGB (Red+Green+Blue) = 70+40+150=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #462896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462896 is #B9D769. Grayscale: #3D3D3D. Windows color (decimal): -12179306 or 9840710. OLE color: 9840710.

HSL color Cylindrical-coordinate representation of color #462896: hue angle of 256.36º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462896 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 40 150 -
CMYK 0.53 0.73 0 0.41
HSL 256.36º 0.58% 0.37% -
HSV(B) 256.36º 0.73% 0.59% -
XYZ 8.79 5.02 29.36 -
YUV 61.51 177.94 134.06 -
System Red Green Blue C M Y K H S L
Decimal 70 40 150 0.53 0.73 0 0.41 256.36 0.58 0.37
Hex 46 28 96 35 49 0 29 100 3A 25
Octal 106 50 226 65 111 0 51 400 72 45
Binary 1000110 101000 10010110 110101 1001001 0 101001 100000000 111010 100101

Color Harmonies of #462896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462896

Black with #462896

Text Example


Text Example

White with #462896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462896; }

 p { color: rgb(70,40,150); }

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

background-color css

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

 a { background-color: rgb(70,40,150); }

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

border-color css

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

 span { border-color: rgb(70,40,150); }

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