#483FBD

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

Shades of Free Speech Blue #483FBD

Tints of Free Speech Blue #483FBD

Color information

#483FBD (or 0x483FBD) is unknown color: approx Free Speech Blue. HEX triplet: 48, 3F and BD. RGB value is (72,63,189). Sum of RGB (Red+Green+Blue) = 72+63+189=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #483FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483FBD is #B7C042. Grayscale: #4F4F4F. Windows color (decimal): -12042307 or 12402504. OLE color: 12402504.

HSL color Cylindrical-coordinate representation of color #483FBD: hue angle of 244.29º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #483FBD is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7263189-
CMYK0.620.6700.26
HSL244.29º50%49.41%-
HSV(B)244.29º66.67%74.12%-
XYZ13.648.6149.09-
YUV80.05189.48122.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.22%
GREEN value IS 63 (25% from 255) = 19.44%
BLUE value IS 189 (74.22% from 255) = 58.33%
R=22.22%
G=19.44%
B=58.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72631890.620.6700.26244.295049.41
Hex483FBD3E4301Af43231
Octal11077275761030323646261
Binary100100011111110111101111110100001101101011110100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,63,189); }

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

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

 a { background-color: rgb(72,63,189); }

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

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

 span { border-color: rgb(72,63,189); }

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