#4854C4

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

Shades of Free Speech Blue #4854C4

Tints of Free Speech Blue #4854C4

Color information

#4854C4 (or 0x4854C4) is unknown color: approx Free Speech Blue. HEX triplet: 48, 54 and C4. RGB value is (72,84,196). Sum of RGB (Red+Green+Blue) = 72+84+196=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 196 (76.95% from 255 or 55.68% from 352); Max value from RGB is 196 - color contains mainly: blue. Hex color #4854C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4854C4 is #B7AB3B. Grayscale: #5C5C5C. Windows color (decimal): -12036924 or 12866632. OLE color: 12866632.

HSL color Cylindrical-coordinate representation of color #4854C4: hue angle of 234.19º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4854C4 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7284196-
CMYK0.630.5700.23
HSL234.19º51.24%52.55%-
HSV(B)234.19º63.27%76.86%-
XYZ15.8111.753.65-
YUV93.18186.02112.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 196 (76.95% from 255) = 55.68%
R=20.45%
G=23.86%
B=55.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal72841960.630.5700.23234.1951.2452.55
Hex4854C43F39017ea3335
Octal11012430477710273526365
Binary100100010101001100010011111111100101011111101010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4854C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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