#483DBB

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

Shades of Free Speech Blue #483DBB

Tints of Free Speech Blue #483DBB

Color information

#483DBB (or 0x483DBB) is unknown color: approx Free Speech Blue. HEX triplet: 48, 3D and BB. RGB value is (72,61,187). Sum of RGB (Red+Green+Blue) = 72+61+187=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #483DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483DBB is #B7C244. Grayscale: #4E4E4E. Windows color (decimal): -12042821 or 12270920. OLE color: 12270920.

HSL color Cylindrical-coordinate representation of color #483DBB: hue angle of 245.24º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #483DBB is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7261187-
CMYK0.610.6700.27
HSL245.24º50.81%48.63%-
HSV(B)245.24º67.38%73.33%-
XYZ13.318.347.91-
YUV78.65189.14123.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.5%
GREEN value IS 61 (24.22% from 255) = 19.06%
BLUE value IS 187 (73.44% from 255) = 58.44%
R=22.5%
G=19.06%
B=58.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72611870.610.6700.27245.2450.8148.63
Hex483DBB3D4301Bf53331
Octal11075273751030333656361
Binary100100011110110111011111101100001101101111110101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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