#483AC4

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

Shades of Free Speech Blue #483AC4

Tints of Free Speech Blue #483AC4

Color information

#483AC4 (or 0x483AC4) is unknown color: approx Free Speech Blue. HEX triplet: 48, 3A and C4. RGB value is (72,58,196). Sum of RGB (Red+Green+Blue) = 72+58+196=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 196 (76.95% from 255 or 60.12% from 326); Max value from RGB is 196 - color contains mainly: blue. Hex color #483AC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483AC4 is #B7C53B. Grayscale: #4D4D4D. Windows color (decimal): -12043580 or 12859976. OLE color: 12859976.

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

Color convert

RGB7258196-
CMYK0.630.7000.23
HSL246.09º54.33%49.8%-
HSV(B)246.09º70.41%76.86%-
XYZ14.158.3953.1-
YUV77.92194.64123.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 58 (23.05% from 255) = 17.79%
BLUE value IS 196 (76.95% from 255) = 60.12%
R=22.09%
G=17.79%
B=60.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal72581960.630.7000.23246.0954.3349.8
Hex483AC43F46017f63632
Octal11072304771060273666662
Binary100100011101011000100111111100011001011111110110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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