#4850C9

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

Shades of Free Speech Blue #4850C9

Tints of Free Speech Blue #4850C9

Color information

#4850C9 (or 0x4850C9) is unknown color: approx Free Speech Blue. HEX triplet: 48, 50 and C9. RGB value is (72,80,201). Sum of RGB (Red+Green+Blue) = 72+80+201=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 201 (78.91% from 255 or 56.94% from 353); Max value from RGB is 201 - color contains mainly: blue. Hex color #4850C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4850C9 is #B7AF36. Grayscale: #5A5A5A. Windows color (decimal): -12037943 or 13193288. OLE color: 13193288.

HSL color Cylindrical-coordinate representation of color #4850C9: hue angle of 236.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4850C9 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7280201-
CMYK0.640.6000.21
HSL236.28º54.43%53.53%-
HSV(B)236.28º64.18%78.82%-
XYZ16.0811.3356.6-
YUV91.4189.85114.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 201 (78.91% from 255) = 56.94%
R=20.40%
G=22.66%
B=56.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72802010.640.6000.21236.2854.4353.53
Hex4850C9403C015ec3636
Octal110120311100740253546666
Binary1001000101000011001001100000011110001010111101100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4850C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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