#4651BC

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

Shades of Free Speech Blue #4651BC

Tints of Free Speech Blue #4651BC

Color information

#4651BC (or 0x4651BC) is unknown color: approx Free Speech Blue. HEX triplet: 46, 51 and BC. RGB value is (70,81,188). Sum of RGB (Red+Green+Blue) = 70+81+188=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #4651BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4651BC is #B9AE43. Grayscale: #595959. Windows color (decimal): -12168772 or 12341574. OLE color: 12341574.

HSL color Cylindrical-coordinate representation of color #4651BC: hue angle of 234.41º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4651BC is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7081188-
CMYK0.630.5700.26
HSL234.41º46.83%50.59%-
HSV(B)234.41º62.77%73.73%-
XYZ14.5510.8248.9-
YUV89.91183.36113.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 188 (73.83% from 255) = 55.46%
R=20.65%
G=23.89%
B=55.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal70811880.630.5700.26234.4146.8350.59
Hex4651BC3F3901Aea2f33
Octal10612127477710323525763
Binary100011010100011011110011111111100101101011101010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4651BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4651BC; }

 p { color: rgb(70,81,188); }

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

<style>
 a { background-color: #4651BC; }

 a { background-color: rgb(70,81,188); }

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

<style>
 span { border-color: #4651BC; }

 span { border-color: rgb(70,81,188); }

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