#4647B4

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

Shades of Free Speech Blue #4647B4

Tints of Free Speech Blue #4647B4

Color information

#4647B4 (or 0x4647B4) is unknown color: approx Free Speech Blue. HEX triplet: 46, 47 and B4. RGB value is (70,71,180). Sum of RGB (Red+Green+Blue) = 70+71+180=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #4647B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4647B4 is #B9B84B. Grayscale: #525252. Windows color (decimal): -12171340 or 11814726. OLE color: 11814726.

HSL color Cylindrical-coordinate representation of color #4647B4: hue angle of 239.45º degrees, saturation: 0.44, 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 #4647B4 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7071180-
CMYK0.610.6100.29
HSL239.45º44%49.02%-
HSV(B)239.45º61.11%70.59%-
XYZ13.029.144.25-
YUV83.13182.67118.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.81%
GREEN value IS 71 (28.12% from 255) = 22.12%
BLUE value IS 180 (70.70% from 255) = 56.07%
R=21.81%
G=22.12%
B=56.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70711800.610.6100.29239.454449.02
Hex4647B43D3D01Def2c31
Octal10610726475750353575461
Binary100011010001111011010011110111110101110111101111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4647B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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