Html Css Color HEX #462492 Blue Gem

📋 copy color: '#462492'

red 70 ◦ green 36 ◦ blue 146

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

Shades of Blue Gem #462492

Tints of Blue Gem #462492

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.29%

 BLUE value IS 146 (57.42% from 255) = 57.94%

R = 27.78%
G = 14.29%
B = 57.94%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#462492 (or 0x462492) is known color: Blue Gem. HEX triplet: 46, 24 and 92. RGB value is (70,36,146). Sum of RGB (Red+Green+Blue) = 70+36+146=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #462492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462492 is #B9DB6D. Grayscale: #3A3A3A. Windows color (decimal): -12180334 or 9577542. OLE color: 9577542.

HSL color Cylindrical-coordinate representation of color #462492: hue angle of 258.55º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #462492 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 36 146 -
CMYK 0.52 0.75 0 0.43
HSL 258.55º 0.6% 0.36% -
HSV(B) 258.55º 0.75% 0.57% -
XYZ 8.34 4.64 27.65 -
YUV 58.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 70 36 146 0.52 0.75 0 0.43 258.55 0.6 0.36
Hex 46 24 92 34 4B 0 2B 103 3C 24
Octal 106 44 222 64 113 0 53 403 74 44
Binary 1000110 100100 10010010 110100 1001011 0 101011 100000011 111100 100100

Color Harmonies of #462492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462492

Black with #462492

Text Example


Text Example

White with #462492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462492; }

 p { color: rgb(70,36,146); }

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

background-color css

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

 a { background-color: rgb(70,36,146); }

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

border-color css

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

 span { border-color: rgb(70,36,146); }

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