#483CD9

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

Shades of Free Speech Blue #483CD9

Tints of Free Speech Blue #483CD9

Color information

#483CD9 (or 0x483CD9) is unknown color: approx Free Speech Blue. HEX triplet: 48, 3C and D9. RGB value is (72,60,217). Sum of RGB (Red+Green+Blue) = 72+60+217=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 217 (85.16% from 255 or 62.18% from 349); Max value from RGB is 217 - color contains mainly: blue. Hex color #483CD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483CD9 is #B7C326. Grayscale: #505050. Windows color (decimal): -12043047 or 14236744. OLE color: 14236744.

HSL color Cylindrical-coordinate representation of color #483CD9: hue angle of 244.59º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #483CD9 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7260217-
CMYK0.670.7200.15
HSL244.59º67.38%54.31%-
HSV(B)244.59º72.35%85.1%-
XYZ16.819.6266.62-
YUV81.49204.48121.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.63%
GREEN value IS 60 (23.83% from 255) = 17.19%
BLUE value IS 217 (85.16% from 255) = 62.18%
R=20.63%
G=17.19%
B=62.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72602170.670.7200.15244.5967.3854.31
Hex483CD943480Ff54336
Octal1107433110311001736510366
Binary1001000111100110110011000011100100001111111101011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,60,217); }

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

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

 a { background-color: rgb(72,60,217); }

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

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

 span { border-color: rgb(72,60,217); }

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