Html Css Color HEX #462E90 Blue Gem

📋 copy color: '#462E90'

red 70 ◦ green 46 ◦ blue 144

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

Shades of Blue Gem #462E90

Tints of Blue Gem #462E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.38%

R = 26.92%
G = 17.69%
B = 55.38%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#462E90 (or 0x462E90) is known color: Blue Gem. HEX triplet: 46, 2E and 90. RGB value is (70,46,144). Sum of RGB (Red+Green+Blue) = 70+46+144=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #462E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462E90 is #B9D16F. Grayscale: #3F3F3F. Windows color (decimal): -12177776 or 9449030. OLE color: 9449030.

HSL color Cylindrical-coordinate representation of color #462E90: hue angle of 254.69º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #462E90 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 46 144 -
CMYK 0.51 0.68 0 0.44
HSL 254.69º 0.52% 0.37% -
HSV(B) 254.69º 0.68% 0.56% -
XYZ 8.54 5.27 26.95 -
YUV 64.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 70 46 144 0.51 0.68 0 0.44 254.69 0.52 0.37
Hex 46 2E 90 33 44 0 2C FF 34 25
Octal 106 56 220 63 104 0 54 377 64 45
Binary 1000110 101110 10010000 110011 1000100 0 101100 11111111 110100 100101

Color Harmonies of #462E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462E90

Black with #462E90

Text Example


Text Example

White with #462E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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