#483DD0

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

Shades of Free Speech Blue #483DD0

Tints of Free Speech Blue #483DD0

Color information

#483DD0 (or 0x483DD0) is unknown color: approx Free Speech Blue. HEX triplet: 48, 3D and D0. RGB value is (72,61,208). Sum of RGB (Red+Green+Blue) = 72+61+208=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 208 (81.64% from 255 or 61.00% from 341); Max value from RGB is 208 - color contains mainly: blue. Hex color #483DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483DD0 is #B7C22F. Grayscale: #505050. Windows color (decimal): -12042800 or 13647176. OLE color: 13647176.

HSL color Cylindrical-coordinate representation of color #483DD0: hue angle of 244.49º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #483DD0 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7261208-
CMYK0.650.7100.18
HSL244.49º61%52.75%-
HSV(B)244.49º70.67%81.57%-
XYZ15.739.2760.63-
YUV81.05199.64121.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.11%
GREEN value IS 61 (24.22% from 255) = 17.89%
BLUE value IS 208 (81.64% from 255) = 61.00%
R=21.11%
G=17.89%
B=61.00%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal72612080.650.7100.18244.496152.75
Hex483DD04147012f43d35
Octal110753201011070223647565
Binary1001000111101110100001000001100011101001011110100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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