Html Css Color HEX #463492 Blue Gem

📋 copy color: '#463492'

red 70 ◦ green 52 ◦ blue 146

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

Shades of Blue Gem #463492

Tints of Blue Gem #463492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.4%

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

R = 26.12%
G = 19.4%
B = 54.48%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#463492 (or 0x463492) is known color: Blue Gem. HEX triplet: 46, 34 and 92. RGB value is (70,52,146). Sum of RGB (Red+Green+Blue) = 70+52+146=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #463492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463492 is #B9CB6D. Grayscale: #434343. Windows color (decimal): -12176238 or 9581638. OLE color: 9581638.

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

Color convert

RGB 70 52 146 -
CMYK 0.52 0.64 0 0.43
HSL 251.49º 0.47% 0.39% -
HSV(B) 251.49º 0.64% 0.57% -
XYZ 8.94 5.83 27.85 -
YUV 68.1 171.96 129.36 -
System Red Green Blue C M Y K H S L
Decimal 70 52 146 0.52 0.64 0 0.43 251.49 0.47 0.39
Hex 46 34 92 34 40 0 2B FB 2F 27
Octal 106 64 222 64 100 0 53 373 57 47
Binary 1000110 110100 10010010 110100 1000000 0 101011 11111011 101111 100111

Color Harmonies of #463492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463492

Black with #463492

Text Example


Text Example

White with #463492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463492; }

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

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

background-color css

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

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

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

border-color css

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

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

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