#483DDB

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

Shades of Free Speech Blue #483DDB

Tints of Free Speech Blue #483DDB

Color information

#483DDB (or 0x483DDB) is unknown color: approx Free Speech Blue. HEX triplet: 48, 3D and DB. RGB value is (72,61,219). Sum of RGB (Red+Green+Blue) = 72+61+219=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #483DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483DDB is #B7C224. Grayscale: #515151. Windows color (decimal): -12042789 or 14368072. OLE color: 14368072.

HSL color Cylindrical-coordinate representation of color #483DDB: hue angle of 244.18º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #483DDB is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7261219-
CMYK0.670.7200.14
HSL244.18º68.7%54.9%-
HSV(B)244.18º72.15%85.88%-
XYZ17.139.8368.01-
YUV82.3205.14120.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 61 (24.22% from 255) = 17.33%
BLUE value IS 219 (85.94% from 255) = 62.22%
R=20.45%
G=17.33%
B=62.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal72612190.670.7200.14244.1868.754.9
Hex483DDB43480Ef44537
Octal1107533310311001636410567
Binary1001000111101110110111000011100100001110111101001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,61,219); }

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

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

 a { background-color: rgb(72,61,219); }

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

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

 span { border-color: rgb(72,61,219); }

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