#483BC0

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

Shades of Free Speech Blue #483BC0

Tints of Free Speech Blue #483BC0

Color information

#483BC0 (or 0x483BC0) is unknown color: approx Free Speech Blue. HEX triplet: 48, 3B and C0. RGB value is (72,59,192). Sum of RGB (Red+Green+Blue) = 72+59+192=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #483BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483BC0 is #B7C43F. Grayscale: #4D4D4D. Windows color (decimal): -12043328 or 12598088. OLE color: 12598088.

HSL color Cylindrical-coordinate representation of color #483BC0: hue angle of 245.86º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #483BC0 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7259192-
CMYK0.630.6900.25
HSL245.86º52.99%49.22%-
HSV(B)245.86º69.27%75.29%-
XYZ13.758.3150.75-
YUV78.05192.31123.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 59 (23.44% from 255) = 18.27%
BLUE value IS 192 (75.39% from 255) = 59.44%
R=22.29%
G=18.27%
B=59.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72591920.630.6900.25245.8652.9949.22
Hex483BC03F45019f63531
Octal11073300771050313666561
Binary100100011101111000000111111100010101100111110110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,59,192); }

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

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

 a { background-color: rgb(72,59,192); }

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

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

 span { border-color: rgb(72,59,192); }

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