Html Css Color HEX #463488 Blue Gem

📋 copy color: '#463488'

red 70 ◦ green 52 ◦ blue 136

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

Shades of Blue Gem #463488

Tints of Blue Gem #463488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.71%

R = 27.13%
G = 20.16%
B = 52.71%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#463488 (or 0x463488) is known color: Blue Gem. HEX triplet: 46, 34 and 88. RGB value is (70,52,136). Sum of RGB (Red+Green+Blue) = 70+52+136=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #463488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463488 is #B9CB77. Grayscale: #424242. Windows color (decimal): -12176248 or 8926278. OLE color: 8926278.

HSL color Cylindrical-coordinate representation of color #463488: hue angle of 252.86º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #463488 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 52 136 -
CMYK 0.49 0.62 0 0.47
HSL 252.86º 0.45% 0.37% -
HSV(B) 252.86º 0.62% 0.53% -
XYZ 8.2 5.54 23.93 -
YUV 66.96 166.96 130.17 -
System Red Green Blue C M Y K H S L
Decimal 70 52 136 0.49 0.62 0 0.47 252.86 0.45 0.37
Hex 46 34 88 31 3E 0 2F FD 2D 25
Octal 106 64 210 61 76 0 57 375 55 45
Binary 1000110 110100 10001000 110001 111110 0 101111 11111101 101101 100101

Color Harmonies of #463488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463488

Black with #463488

Text Example


Text Example

White with #463488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463488; }

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

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

background-color css

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

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

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

border-color css

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

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

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