#4748BE

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

Shades of Free Speech Blue #4748BE

Tints of Free Speech Blue #4748BE

Color information

#4748BE (or 0x4748BE) is unknown color: approx Free Speech Blue. HEX triplet: 47, 48 and BE. RGB value is (71,72,190). Sum of RGB (Red+Green+Blue) = 71+72+190=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #4748BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4748BE is #B8B741. Grayscale: #545454. Windows color (decimal): -12105538 or 12470343. OLE color: 12470343.

HSL color Cylindrical-coordinate representation of color #4748BE: hue angle of 239.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4748BE is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7172190-
CMYK0.630.6200.25
HSL239.5º47.79%51.18%-
HSV(B)239.5º62.63%74.51%-
XYZ14.219.6949.84-
YUV85.15187.17117.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.32%
GREEN value IS 72 (28.52% from 255) = 21.62%
BLUE value IS 190 (74.61% from 255) = 57.06%
R=21.32%
G=21.62%
B=57.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71721900.630.6200.25239.547.7951.18
Hex4748BE3F3E019ef3033
Octal10711027677760313576063
Binary100011110010001011111011111111111001100111101111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4748BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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