#4868C3

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

Shades of Free Speech Blue #4868C3

Tints of Free Speech Blue #4868C3

Color information

#4868C3 (or 0x4868C3) is unknown color: approx Free Speech Blue. HEX triplet: 48, 68 and C3. RGB value is (72,104,195). Sum of RGB (Red+Green+Blue) = 72+104+195=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #4868C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4868C3 is #B7973C. Grayscale: #686868. Windows color (decimal): -12031805 or 12806216. OLE color: 12806216.

HSL color Cylindrical-coordinate representation of color #4868C3: hue angle of 224.39º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4868C3 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB72104195-
CMYK0.630.4700.24
HSL224.39º50.62%52.35%-
HSV(B)224.39º63.08%76.47%-
XYZ17.4715.2253.65-
YUV104.81178.9104.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.41%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 195 (76.56% from 255) = 52.56%
R=19.41%
G=28.03%
B=52.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721041950.630.4700.24224.3950.6252.35
Hex4868C33F2F018e03334
Octal11015030377570303406364
Binary100100011010001100001111111110111101100011100000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4868C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4868C3; }

 p { color: rgb(72,104,195); }

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

<style>
 a { background-color: #4868C3; }

 a { background-color: rgb(72,104,195); }

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

<style>
 span { border-color: #4868C3; }

 span { border-color: rgb(72,104,195); }

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