Html Css Color HEX #462E89 Blue Gem

📋 copy color: '#462E89'

red 70 ◦ green 46 ◦ blue 137

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

Shades of Blue Gem #462E89

Tints of Blue Gem #462E89

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.18%

 BLUE value IS 137 (53.91% from 255) = 54.15%

R = 27.67%
G = 18.18%
B = 54.15%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#462E89 (or 0x462E89) is known color: Blue Gem. HEX triplet: 46, 2E and 89. RGB value is (70,46,137). Sum of RGB (Red+Green+Blue) = 70+46+137=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #462E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462E89 is #B9D176. Grayscale: #3F3F3F. Windows color (decimal): -12177783 or 8990278. OLE color: 8990278.

HSL color Cylindrical-coordinate representation of color #462E89: hue angle of 255.82º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #462E89 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 46 137 -
CMYK 0.49 0.66 0 0.46
HSL 255.82º 0.5% 0.36% -
HSV(B) 255.82º 0.66% 0.54% -
XYZ 8.02 5.06 24.22 -
YUV 63.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 70 46 137 0.49 0.66 0 0.46 255.82 0.5 0.36
Hex 46 2E 89 31 42 0 2E 100 32 24
Octal 106 56 211 61 102 0 56 400 62 44
Binary 1000110 101110 10001001 110001 1000010 0 101110 100000000 110010 100100

Color Harmonies of #462E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462E89

Black with #462E89

Text Example


Text Example

White with #462E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,46,137); }

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

background-color css

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

 a { background-color: rgb(70,46,137); }

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

border-color css

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

 span { border-color: rgb(70,46,137); }

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