#4748DC

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

Shades of Free Speech Blue #4748DC

Tints of Free Speech Blue #4748DC

Color information

#4748DC (or 0x4748DC) is unknown color: approx Free Speech Blue. HEX triplet: 47, 48 and DC. RGB value is (71,72,220). Sum of RGB (Red+Green+Blue) = 71+72+220=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #4748DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4748DC is #B8B723. Grayscale: #575757. Windows color (decimal): -12105508 or 14436423. OLE color: 14436423.

HSL color Cylindrical-coordinate representation of color #4748DC: hue angle of 239.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4748DC is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7172220-
CMYK0.680.6700.14
HSL239.6º68.04%57.06%-
HSV(B)239.6º67.73%86.27%-
XYZ17.8311.1468.92-
YUV88.57202.17115.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 72 (28.52% from 255) = 19.83%
BLUE value IS 220 (86.33% from 255) = 60.61%
R=19.56%
G=19.83%
B=60.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal71722200.680.6700.14239.668.0457.06
Hex4748DC44430Ef04439
Octal10711033410410301636010471
Binary10001111001000110111001000100100001101110111100001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4748DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4748DC; }

 p { color: rgb(71,72,220); }

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

<style>
 a { background-color: #4748DC; }

 a { background-color: rgb(71,72,220); }

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

<style>
 span { border-color: #4748DC; }

 span { border-color: rgb(71,72,220); }

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