#4755BD

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

Shades of Free Speech Blue #4755BD

Tints of Free Speech Blue #4755BD

Color information

#4755BD (or 0x4755BD) is unknown color: approx Free Speech Blue. HEX triplet: 47, 55 and BD. RGB value is (71,85,189). Sum of RGB (Red+Green+Blue) = 71+85+189=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #4755BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4755BD is #B8AA42. Grayscale: #5C5C5C. Windows color (decimal): -12102211 or 12408135. OLE color: 12408135.

HSL color Cylindrical-coordinate representation of color #4755BD: hue angle of 232.88º 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 #4755BD is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7185189-
CMYK0.620.5500.26
HSL232.88º47.2%50.98%-
HSV(B)232.88º62.43%74.12%-
XYZ15.0311.5149.57-
YUV92.67182.36112.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.58%
GREEN value IS 85 (33.59% from 255) = 24.64%
BLUE value IS 189 (74.22% from 255) = 54.78%
R=20.58%
G=24.64%
B=54.78%

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
Decimal71851890.620.5500.26232.8847.250.98
Hex4755BD3E3701Ae92f33
Octal10712527576670323515763
Binary100011110101011011110111111011011101101011101001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4755BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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