#4755BC

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

Shades of Free Speech Blue #4755BC

Tints of Free Speech Blue #4755BC

Color information

#4755BC (or 0x4755BC) is unknown color: approx Free Speech Blue. HEX triplet: 47, 55 and BC. RGB value is (71,85,188). Sum of RGB (Red+Green+Blue) = 71+85+188=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #4755BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4755BC is #B8AA43. Grayscale: #5C5C5C. Windows color (decimal): -12102212 or 12342599. OLE color: 12342599.

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

Color convert

RGB7185188-
CMYK0.620.5500.26
HSL232.82º46.61%50.78%-
HSV(B)232.82º62.23%73.73%-
XYZ14.9211.4749-
YUV92.56181.86112.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.64%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 188 (73.83% from 255) = 54.65%
R=20.64%
G=24.71%
B=54.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71851880.620.5500.26232.8246.6150.78
Hex4755BC3E3701Ae92f33
Octal10712527476670323515763
Binary100011110101011011110011111011011101101011101001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4755BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,85,188); }

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

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

 a { background-color: rgb(71,85,188); }

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

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

 span { border-color: rgb(71,85,188); }

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