#4854C8

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

Shades of Free Speech Blue #4854C8

Tints of Free Speech Blue #4854C8

Color information

#4854C8 (or 0x4854C8) is unknown color: approx Free Speech Blue. HEX triplet: 48, 54 and C8. RGB value is (72,84,200). Sum of RGB (Red+Green+Blue) = 72+84+200=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 200 (78.52% from 255 or 56.18% from 356); Max value from RGB is 200 - color contains mainly: blue. Hex color #4854C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4854C8 is #B7AB37. Grayscale: #5D5D5D. Windows color (decimal): -12036920 or 13128776. OLE color: 13128776.

HSL color Cylindrical-coordinate representation of color #4854C8: hue angle of 234.38º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4854C8 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7284200-
CMYK0.640.5800.22
HSL234.38º53.78%53.33%-
HSV(B)234.38º64%78.43%-
XYZ16.2711.8956.08-
YUV93.64188.02112.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.22%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 200 (78.52% from 255) = 56.18%
R=20.22%
G=23.60%
B=56.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal72842000.640.5800.22234.3853.7853.33
Hex4854C8403A016ea3635
Octal110124310100720263526665
Binary1001000101010011001000100000011101001011011101010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4854C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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