#4649BF

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

Shades of Free Speech Blue #4649BF

Tints of Free Speech Blue #4649BF

Color information

#4649BF (or 0x4649BF) is unknown color: approx Free Speech Blue. HEX triplet: 46, 49 and BF. RGB value is (70,73,191). Sum of RGB (Red+Green+Blue) = 70+73+191=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #4649BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4649BF is #B9B640. Grayscale: #555555. Windows color (decimal): -12170817 or 12536134. OLE color: 12536134.

HSL color Cylindrical-coordinate representation of color #4649BF: hue angle of 238.51º degrees, saturation: 0.49, 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 #4649BF is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7073191-
CMYK0.630.6200.25
HSL238.51º48.59%51.18%-
HSV(B)238.51º63.35%74.9%-
XYZ14.319.8350.43-
YUV85.56187.51116.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.96%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 191 (75% from 255) = 57.19%
R=20.96%
G=21.86%
B=57.19%

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
Decimal70731910.630.6200.25238.5148.5951.18
Hex4649BF3F3E019ef3133
Octal10611127777760313576163
Binary100011010010011011111111111111111001100111101111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4649BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4649BF; }

 p { color: rgb(70,73,191); }

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

<style>
 a { background-color: #4649BF; }

 a { background-color: rgb(70,73,191); }

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

<style>
 span { border-color: #4649BF; }

 span { border-color: rgb(70,73,191); }

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