#4754CB

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

Shades of Free Speech Blue #4754CB

Tints of Free Speech Blue #4754CB

Color information

#4754CB (or 0x4754CB) is unknown color: approx Free Speech Blue. HEX triplet: 47, 54 and CB. RGB value is (71,84,203). Sum of RGB (Red+Green+Blue) = 71+84+203=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #4754CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4754CB is #B8AB34. Grayscale: #5D5D5D. Windows color (decimal): -12102453 or 13325383. OLE color: 13325383.

HSL color Cylindrical-coordinate representation of color #4754CB: hue angle of 234.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4754CB is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7184203-
CMYK0.650.5900.20
HSL234.09º55.93%53.73%-
HSV(B)234.09º65.02%79.61%-
XYZ16.5511.9957.94-
YUV93.68189.69111.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.83%
GREEN value IS 84 (33.20% from 255) = 23.46%
BLUE value IS 203 (79.69% from 255) = 56.70%
R=19.83%
G=23.46%
B=56.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal71842030.650.5900.20234.0955.9353.73
Hex4754CB413B014ea3836
Octal107124313101730243527066
Binary1000111101010011001011100000111101101010011101010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4754CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4754CB; }

 p { color: rgb(71,84,203); }

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

<style>
 a { background-color: #4754CB; }

 a { background-color: rgb(71,84,203); }

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

<style>
 span { border-color: #4754CB; }

 span { border-color: rgb(71,84,203); }

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