#4754CA

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

Shades of Free Speech Blue #4754CA

Tints of Free Speech Blue #4754CA

Color information

#4754CA (or 0x4754CA) is unknown color: approx Free Speech Blue. HEX triplet: 47, 54 and CA. RGB value is (71,84,202). Sum of RGB (Red+Green+Blue) = 71+84+202=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #4754CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4754CA is #B8AB35. Grayscale: #5D5D5D. Windows color (decimal): -12102454 or 13259847. OLE color: 13259847.

HSL color Cylindrical-coordinate representation of color #4754CA: hue angle of 234.05º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4754CA is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7184202-
CMYK0.650.5800.21
HSL234.05º55.27%53.53%-
HSV(B)234.05º64.85%79.22%-
XYZ16.4311.9457.32-
YUV93.57189.19111.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.89%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=19.89%
G=23.53%
B=56.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal71842020.650.5800.21234.0555.2753.53
Hex4754CA413A015ea3736
Octal107124312101720253526766
Binary1000111101010011001010100000111101001010111101010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4754CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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