#483BBA

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

Shades of Free Speech Blue #483BBA

Tints of Free Speech Blue #483BBA

Color information

#483BBA (or 0x483BBA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 3B and BA. RGB value is (72,59,186). Sum of RGB (Red+Green+Blue) = 72+59+186=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #483BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483BBA is #B7C445. Grayscale: #4C4C4C. Windows color (decimal): -12043334 or 12204872. OLE color: 12204872.

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

Color convert

RGB7259186-
CMYK0.610.6800.27
HSL246.14º51.84%48.04%-
HSV(B)246.14º68.28%72.94%-
XYZ13.18.0547.32-
YUV77.36189.31124.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 59 (23.44% from 255) = 18.61%
BLUE value IS 186 (73.05% from 255) = 58.68%
R=22.71%
G=18.61%
B=58.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72591860.610.6800.27246.1451.8448.04
Hex483BBA3D4401Bf63430
Octal11073272751040333666460
Binary100100011101110111010111101100010001101111110110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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