#483BD4

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

Shades of Free Speech Blue #483BD4

Tints of Free Speech Blue #483BD4

Color information

#483BD4 (or 0x483BD4) is unknown color: approx Free Speech Blue. HEX triplet: 48, 3B and D4. RGB value is (72,59,212). Sum of RGB (Red+Green+Blue) = 72+59+212=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 212 (83.20% from 255 or 61.81% from 343); Max value from RGB is 212 - color contains mainly: blue. Hex color #483BD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483BD4 is #B7C42B. Grayscale: #4F4F4F. Windows color (decimal): -12043308 or 13908808. OLE color: 13908808.

HSL color Cylindrical-coordinate representation of color #483BD4: hue angle of 245.1º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #483BD4 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7259212-
CMYK0.660.7200.17
HSL245.1º64.02%53.14%-
HSV(B)245.1º72.17%83.14%-
XYZ16.129.2663.22-
YUV80.33202.31122.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.99%
GREEN value IS 59 (23.44% from 255) = 17.20%
BLUE value IS 212 (83.20% from 255) = 61.81%
R=20.99%
G=17.20%
B=61.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal72592120.660.7200.17245.164.0253.14
Hex483BD44248011f54035
Octal1107332410211002136510065
Binary10010001110111101010010000101001000010001111101011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,59,212); }

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

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

 a { background-color: rgb(72,59,212); }

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

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

 span { border-color: rgb(72,59,212); }

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