#4850D8

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

Shades of Free Speech Blue #4850D8

Tints of Free Speech Blue #4850D8

Color information

#4850D8 (or 0x4850D8) is unknown color: approx Free Speech Blue. HEX triplet: 48, 50 and D8. RGB value is (72,80,216). Sum of RGB (Red+Green+Blue) = 72+80+216=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 216 (84.77% from 255 or 58.70% from 368); Max value from RGB is 216 - color contains mainly: blue. Hex color #4850D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4850D8 is #B7AF27. Grayscale: #5C5C5C. Windows color (decimal): -12037928 or 14176328. OLE color: 14176328.

HSL color Cylindrical-coordinate representation of color #4850D8: hue angle of 236.67º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4850D8 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7280216-
CMYK0.670.6300.15
HSL236.67º64.86%56.47%-
HSV(B)236.67º66.67%84.71%-
XYZ17.9412.0766.35-
YUV93.11197.35112.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.57%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 216 (84.77% from 255) = 58.70%
R=19.57%
G=21.74%
B=58.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72802160.670.6300.15236.6764.8656.47
Hex4850D8433F0Fed4138
Octal1101203301037701735510170
Binary1001000101000011011000100001111111101111111011011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4850D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4850D8; }

 p { color: rgb(72,80,216); }

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

<style>
 a { background-color: #4850D8; }

 a { background-color: rgb(72,80,216); }

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

<style>
 span { border-color: #4850D8; }

 span { border-color: rgb(72,80,216); }

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