#4854D7

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

Shades of Free Speech Blue #4854D7

Tints of Free Speech Blue #4854D7

Color information

#4854D7 (or 0x4854D7) is unknown color: approx Free Speech Blue. HEX triplet: 48, 54 and D7. RGB value is (72,84,215). Sum of RGB (Red+Green+Blue) = 72+84+215=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 215 (84.38% from 255 or 57.95% from 371); Max value from RGB is 215 - color contains mainly: blue. Hex color #4854D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4854D7 is #B7AB28. Grayscale: #5E5E5E. Windows color (decimal): -12036905 or 14111816. OLE color: 14111816.

HSL color Cylindrical-coordinate representation of color #4854D7: hue angle of 234.97º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4854D7 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7284215-
CMYK0.670.6100.16
HSL234.97º64.13%56.27%-
HSV(B)234.97º66.51%84.31%-
XYZ18.1112.6265.77-
YUV95.35195.52111.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.41%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 215 (84.38% from 255) = 57.95%
R=19.41%
G=22.64%
B=57.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal72842150.670.6100.16234.9764.1356.27
Hex4854D7433D010eb4038
Octal1101243271037502035310070
Binary10010001010100110101111000011111101010000111010111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4854D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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