#483AD7

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

Shades of Free Speech Blue #483AD7

Tints of Free Speech Blue #483AD7

Color information

#483AD7 (or 0x483AD7) is unknown color: approx Free Speech Blue. HEX triplet: 48, 3A and D7. RGB value is (72,58,215). Sum of RGB (Red+Green+Blue) = 72+58+215=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 215 (84.38% from 255 or 62.32% from 345); Max value from RGB is 215 - color contains mainly: blue. Hex color #483AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483AD7 is #B7C528. Grayscale: #4F4F4F. Windows color (decimal): -12043561 or 14105160. OLE color: 14105160.

HSL color Cylindrical-coordinate representation of color #483AD7: hue angle of 245.35º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #483AD7 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7258215-
CMYK0.670.7300.16
HSL245.35º66.24%53.53%-
HSV(B)245.35º73.02%84.31%-
XYZ16.459.3165.22-
YUV80.08204.14122.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.87%
GREEN value IS 58 (23.05% from 255) = 16.81%
BLUE value IS 215 (84.38% from 255) = 62.32%
R=20.87%
G=16.81%
B=62.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal72582150.670.7300.16245.3566.2453.53
Hex483AD74349010f54236
Octal1107232710311102036510266
Binary10010001110101101011110000111001001010000111101011000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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