#4A48D7

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

Shades of Free Speech Blue #4A48D7

Tints of Free Speech Blue #4A48D7

Color information

#4A48D7 (or 0x4A48D7) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 48 and D7. RGB value is (74,72,215). Sum of RGB (Red+Green+Blue) = 74+72+215=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 215 (84.38% from 255 or 59.56% from 361); Max value from RGB is 215 - color contains mainly: blue. Hex color #4A48D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A48D7 is #B5B728. Grayscale: #585858. Windows color (decimal): -11908905 or 14108746. OLE color: 14108746.

HSL color Cylindrical-coordinate representation of color #4A48D7: hue angle of 240.84º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A48D7 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7472215-
CMYK0.660.6700.16
HSL240.84º64.13%56.27%-
HSV(B)240.84º66.51%84.31%-
XYZ17.411165.5-
YUV88.9199.16117.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.50%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 215 (84.38% from 255) = 59.56%
R=20.50%
G=19.94%
B=59.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal74722150.660.6700.16240.8464.1356.27
Hex4A48D74243010f14038
Octal11211032710210302036110070
Binary100101010010001101011110000101000011010000111100011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A48D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A48D7; }

 p { color: rgb(74,72,215); }

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

<style>
 a { background-color: #4A48D7; }

 a { background-color: rgb(74,72,215); }

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

<style>
 span { border-color: #4A48D7; }

 span { border-color: rgb(74,72,215); }

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