#483FBC

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

Shades of Free Speech Blue #483FBC

Tints of Free Speech Blue #483FBC

Color information

#483FBC (or 0x483FBC) is unknown color: approx Free Speech Blue. HEX triplet: 48, 3F and BC. RGB value is (72,63,188). Sum of RGB (Red+Green+Blue) = 72+63+188=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #483FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483FBC is #B7C043. Grayscale: #4F4F4F. Windows color (decimal): -12042308 or 12336968. OLE color: 12336968.

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

Color convert

RGB7263188-
CMYK0.620.6600.26
HSL244.32º49.8%49.22%-
HSV(B)244.32º66.49%73.73%-
XYZ13.538.5648.52-
YUV79.94188.98122.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 63 (25% from 255) = 19.50%
BLUE value IS 188 (73.83% from 255) = 58.20%
R=22.29%
G=19.50%
B=58.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72631880.620.6600.26244.3249.849.22
Hex483FBC3E4201Af43231
Octal11077274761020323646261
Binary100100011111110111100111110100001001101011110100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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