Html Css Color HEX #463288 Blue Gem

📋 copy color: '#463288'

red 70 ◦ green 50 ◦ blue 136

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

Shades of Blue Gem #463288

Tints of Blue Gem #463288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.53%

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

R = 27.34%
G = 19.53%
B = 53.13%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#463288 (or 0x463288) is known color: Blue Gem. HEX triplet: 46, 32 and 88. RGB value is (70,50,136). Sum of RGB (Red+Green+Blue) = 70+50+136=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #463288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463288 is #B9CD77. Grayscale: #414141. Windows color (decimal): -12176760 or 8925766. OLE color: 8925766.

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

Color convert

RGB 70 50 136 -
CMYK 0.49 0.63 0 0.47
HSL 253.95º 0.46% 0.36% -
HSV(B) 253.95º 0.63% 0.53% -
XYZ 8.11 5.36 23.9 -
YUV 65.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 70 50 136 0.49 0.63 0 0.47 253.95 0.46 0.36
Hex 46 32 88 31 3F 0 2F FE 2E 24
Octal 106 62 210 61 77 0 57 376 56 44
Binary 1000110 110010 10001000 110001 111111 0 101111 11111110 101110 100100

Color Harmonies of #463288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463288

Black with #463288

Text Example


Text Example

White with #463288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463288; }

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

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

background-color css

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

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

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

border-color css

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

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

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