#483EBC

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

Shades of Free Speech Blue #483EBC

Tints of Free Speech Blue #483EBC

Color information

#483EBC (or 0x483EBC) is unknown color: approx Free Speech Blue. HEX triplet: 48, 3E and BC. RGB value is (72,62,188). Sum of RGB (Red+Green+Blue) = 72+62+188=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #483EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483EBC is #B7C143. Grayscale: #4E4E4E. Windows color (decimal): -12042564 or 12336712. OLE color: 12336712.

HSL color Cylindrical-coordinate representation of color #483EBC: hue angle of 244.76º 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 #483EBC is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7262188-
CMYK0.620.6700.26
HSL244.76º50.4%49.02%-
HSV(B)244.76º67.02%73.73%-
XYZ13.478.4548.5-
YUV79.35189.31122.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 62 (24.61% from 255) = 19.25%
BLUE value IS 188 (73.83% from 255) = 58.39%
R=22.36%
G=19.25%
B=58.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72621880.620.6700.26244.7650.449.02
Hex483EBC3E4301Af53231
Octal11076274761030323656261
Binary100100011111010111100111110100001101101011110101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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