Html Css Color HEX #462B91 Blue Gem

📋 copy color: '#462B91'

red 70 ◦ green 43 ◦ blue 145

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

Shades of Blue Gem #462B91

Tints of Blue Gem #462B91

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.67%

 BLUE value IS 145 (57.03% from 255) = 56.2%

R = 27.13%
G = 16.67%
B = 56.2%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#462B91 (or 0x462B91) is known color: Blue Gem. HEX triplet: 46, 2B and 91. RGB value is (70,43,145). Sum of RGB (Red+Green+Blue) = 70+43+145=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #462B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462B91 is #B9D46E. Grayscale: #3E3E3E. Windows color (decimal): -12178543 or 9513798. OLE color: 9513798.

HSL color Cylindrical-coordinate representation of color #462B91: hue angle of 255.88º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #462B91 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 43 145 -
CMYK 0.52 0.70 0 0.43
HSL 255.88º 0.54% 0.37% -
HSV(B) 255.88º 0.7% 0.57% -
XYZ 8.5 5.07 27.32 -
YUV 62.7 174.45 133.21 -
System Red Green Blue C M Y K H S L
Decimal 70 43 145 0.52 0.70 0 0.43 255.88 0.54 0.37
Hex 46 2B 91 34 46 0 2B 100 36 25
Octal 106 53 221 64 106 0 53 400 66 45
Binary 1000110 101011 10010001 110100 1000110 0 101011 100000000 110110 100101

Color Harmonies of #462B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B91

Black with #462B91

Text Example


Text Example

White with #462B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462B91; }

 p { color: rgb(70,43,145); }

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

background-color css

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

 a { background-color: rgb(70,43,145); }

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

border-color css

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

 span { border-color: rgb(70,43,145); }

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