#4854BA

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

Shades of Free Speech Blue #4854BA

Tints of Free Speech Blue #4854BA

Color information

#4854BA (or 0x4854BA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 54 and BA. RGB value is (72,84,186). Sum of RGB (Red+Green+Blue) = 72+84+186=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #4854BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4854BA is #B7AB45. Grayscale: #5B5B5B. Windows color (decimal): -12036934 or 12211272. OLE color: 12211272.

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

Color convert

RGB7284186-
CMYK0.610.5500.27
HSL233.68º45.24%50.59%-
HSV(B)233.68º61.29%72.94%-
XYZ14.7111.2647.85-
YUV92.04181.02113.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 84 (33.20% from 255) = 24.56%
BLUE value IS 186 (73.05% from 255) = 54.39%
R=21.05%
G=24.56%
B=54.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72841860.610.5500.27233.6845.2450.59
Hex4854BA3D3701Bea2d33
Octal11012427275670333525563
Binary100100010101001011101011110111011101101111101010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4854BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4854BA; }

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

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

<style>
 a { background-color: #4854BA; }

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

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

<style>
 span { border-color: #4854BA; }

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

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