#463EBC

Color #463EBC Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #463EBC

Tints of Free Speech Blue #463EBC

Color information

#463EBC (or 0x463EBC) is unknown color: approx Free Speech Blue. HEX triplet: 46, 3E and BC. RGB value is (70,62,188). Sum of RGB (Red+Green+Blue) = 70+62+188=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #463EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463EBC is #B9C143. Grayscale: #4E4E4E. Windows color (decimal): -12173636 or 12336710. OLE color: 12336710.

HSL color Cylindrical-coordinate representation of color #463EBC: hue angle of 243.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #463EBC is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7062188-
CMYK0.630.6700.26
HSL243.81º50.4%49.02%-
HSV(B)243.81º67.02%73.73%-
XYZ13.338.3848.49-
YUV78.76189.65121.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.88%
GREEN value IS 62 (24.61% from 255) = 19.38%
BLUE value IS 188 (73.83% from 255) = 58.75%
R=21.88%
G=19.38%
B=58.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal70621880.630.6700.26243.8150.449.02
Hex463EBC3F4301Af43231
Octal10676274771030323646261
Binary100011011111010111100111111100001101101011110100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463EBC; }

 p { color: rgb(70,62,188); }

 H1.HeaderClassName
 {
   color: #463EBC;
 }
 .AnyTagClassName
 {
   color: #463EBC;
 }
</style>
background-color css

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

 a { background-color: rgb(70,62,188); }

 div.DivClassName
 {
   background-color: #463EBC;
 }
 .BgClassName
 {
   background-color: #463EBC;
 }
</style>
border-color css

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

 span { border-color: rgb(70,62,188); }

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