#483AC0

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

Shades of Free Speech Blue #483AC0

Tints of Free Speech Blue #483AC0

Color information

#483AC0 (or 0x483AC0) is unknown color: approx Free Speech Blue. HEX triplet: 48, 3A and C0. RGB value is (72,58,192). Sum of RGB (Red+Green+Blue) = 72+58+192=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 192 (75.39% from 255 or 59.63% from 322); Max value from RGB is 192 - color contains mainly: blue. Hex color #483AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483AC0 is #B7C53F. Grayscale: #4C4C4C. Windows color (decimal): -12043584 or 12597832. OLE color: 12597832.

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

Color convert

RGB7258192-
CMYK0.630.7000.25
HSL246.27º53.6%49.02%-
HSV(B)246.27º69.79%75.29%-
XYZ13.78.2150.73-
YUV77.46192.64124.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 58 (23.05% from 255) = 18.01%
BLUE value IS 192 (75.39% from 255) = 59.63%
R=22.36%
G=18.01%
B=59.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72581920.630.7000.25246.2753.649.02
Hex483AC03F46019f63631
Octal11072300771060313666661
Binary100100011101011000000111111100011001100111110110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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