#483ABF

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

Shades of Free Speech Blue #483ABF

Tints of Free Speech Blue #483ABF

Color information

#483ABF (or 0x483ABF) is unknown color: approx Free Speech Blue. HEX triplet: 48, 3A and BF. RGB value is (72,58,191). Sum of RGB (Red+Green+Blue) = 72+58+191=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #483ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483ABF is #B7C540. Grayscale: #4C4C4C. Windows color (decimal): -12043585 or 12532296. OLE color: 12532296.

HSL color Cylindrical-coordinate representation of color #483ABF: hue angle of 246.32º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #483ABF is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7258191-
CMYK0.620.7000.25
HSL246.32º53.41%48.82%-
HSV(B)246.32º69.63%74.9%-
XYZ13.598.1750.15-
YUV77.35192.14124.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.43%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 191 (75% from 255) = 59.50%
R=22.43%
G=18.07%
B=59.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72581910.620.7000.25246.3253.4148.82
Hex483ABF3E46019f63531
Octal11072277761060313666561
Binary100100011101010111111111110100011001100111110110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,58,191); }

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

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

 a { background-color: rgb(72,58,191); }

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

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

 span { border-color: rgb(72,58,191); }

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