#4748B4

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

Shades of Free Speech Blue #4748B4

Tints of Free Speech Blue #4748B4

Color information

#4748B4 (or 0x4748B4) is unknown color: approx Free Speech Blue. HEX triplet: 47, 48 and B4. RGB value is (71,72,180). Sum of RGB (Red+Green+Blue) = 71+72+180=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 180 (70.70% from 255 or 55.73% from 323); Max value from RGB is 180 - color contains mainly: blue. Hex color #4748B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4748B4 is #B8B74B. Grayscale: #535353. Windows color (decimal): -12105548 or 11814983. OLE color: 11814983.

HSL color Cylindrical-coordinate representation of color #4748B4: hue angle of 239.45º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4748B4 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7172180-
CMYK0.610.6000.29
HSL239.45º43.43%49.22%-
HSV(B)239.45º60.56%70.59%-
XYZ13.159.2744.28-
YUV84.01182.17118.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.98%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 180 (70.70% from 255) = 55.73%
R=21.98%
G=22.29%
B=55.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71721800.610.6000.29239.4543.4349.22
Hex4748B43D3C01Def2b31
Octal10711026475740353575361
Binary100011110010001011010011110111110001110111101111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4748B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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