#4A48BF

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

Shades of Free Speech Blue #4A48BF

Tints of Free Speech Blue #4A48BF

Color information

#4A48BF (or 0x4A48BF) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 48 and BF. RGB value is (74,72,191). Sum of RGB (Red+Green+Blue) = 74+72+191=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A48BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A48BF is #B5B740. Grayscale: #555555. Windows color (decimal): -11908929 or 12535882. OLE color: 12535882.

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

Color convert

RGB7472191-
CMYK0.610.6200.25
HSL241.01º48.18%51.57%-
HSV(B)241.01º62.3%74.9%-
XYZ14.559.8550.43-
YUV86.16187.16119.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.96%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 191 (75% from 255) = 56.68%
R=21.96%
G=21.36%
B=56.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74721910.610.6200.25241.0148.1851.57
Hex4A48BF3D3E019f13034
Octal11211027775760313616064
Binary100101010010001011111111110111111001100111110001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A48BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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