Html Css Color HEX #462690 Blue Gem

📋 copy color: '#462690'

red 70 ◦ green 38 ◦ blue 144

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

Shades of Blue Gem #462690

Tints of Blue Gem #462690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.08%

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

R = 27.78%
G = 15.08%
B = 57.14%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#462690 (or 0x462690) is known color: Blue Gem. HEX triplet: 46, 26 and 90. RGB value is (70,38,144). Sum of RGB (Red+Green+Blue) = 70+38+144=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #462690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462690 is #B9D96F. Grayscale: #3B3B3B. Windows color (decimal): -12179824 or 9446982. OLE color: 9446982.

HSL color Cylindrical-coordinate representation of color #462690: hue angle of 258.11º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #462690 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 38 144 -
CMYK 0.51 0.74 0 0.44
HSL 258.11º 0.58% 0.36% -
HSV(B) 258.11º 0.74% 0.56% -
XYZ 8.25 4.7 26.86 -
YUV 59.65 175.6 135.38 -
System Red Green Blue C M Y K H S L
Decimal 70 38 144 0.51 0.74 0 0.44 258.11 0.58 0.36
Hex 46 26 90 33 4A 0 2C 102 3A 24
Octal 106 46 220 63 112 0 54 402 72 44
Binary 1000110 100110 10010000 110011 1001010 0 101100 100000010 111010 100100

Color Harmonies of #462690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462690

Black with #462690

Text Example


Text Example

White with #462690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462690; }

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

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

background-color css

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

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

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

border-color css

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

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

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