Html Css Color HEX #463388 Blue Gem

📋 copy color: '#463388'

red 70 ◦ green 51 ◦ blue 136

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

Shades of Blue Gem #463388

Tints of Blue Gem #463388

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.84%

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

R = 27.24%
G = 19.84%
B = 52.92%

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

#463388 (or 0x463388) is known color: Blue Gem. HEX triplet: 46, 33 and 88. RGB value is (70,51,136). Sum of RGB (Red+Green+Blue) = 70+51+136=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #463388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463388 is #B9CC77. Grayscale: #424242. Windows color (decimal): -12176504 or 8926022. OLE color: 8926022.

HSL color Cylindrical-coordinate representation of color #463388: hue angle of 253.41º 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 #463388 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 51 136 -
CMYK 0.49 0.62 0 0.47
HSL 253.41º 0.45% 0.37% -
HSV(B) 253.41º 0.63% 0.53% -
XYZ 8.15 5.45 23.91 -
YUV 66.37 167.29 130.59 -
System Red Green Blue C M Y K H S L
Decimal 70 51 136 0.49 0.62 0 0.47 253.41 0.45 0.37
Hex 46 33 88 31 3E 0 2F FD 2D 25
Octal 106 63 210 61 76 0 57 375 55 45
Binary 1000110 110011 10001000 110001 111110 0 101111 11111101 101101 100101

Color Harmonies of #463388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463388

Black with #463388

Text Example


Text Example

White with #463388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463388; }

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

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

background-color css

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

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

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

border-color css

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

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

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