#4A54D4

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

Shades of Free Speech Blue #4A54D4

Tints of Free Speech Blue #4A54D4

Color information

#4A54D4 (or 0x4A54D4) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 54 and D4. RGB value is (74,84,212). Sum of RGB (Red+Green+Blue) = 74+84+212=370 (49% of max value = 765). Red value is 74 (29.30% from 255 or 20% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 212 (83.20% from 255 or 57.30% from 370); Max value from RGB is 212 - color contains mainly: blue. Hex color #4A54D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A54D4 is #B5AB2B. Grayscale: #5F5F5F. Windows color (decimal): -11905836 or 13915210. OLE color: 13915210.

HSL color Cylindrical-coordinate representation of color #4A54D4: hue angle of 235.65º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A54D4 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7484212-
CMYK0.650.6000.17
HSL235.65º61.61%56.08%-
HSV(B)235.65º65.09%83.14%-
XYZ17.8812.5563.77-
YUV95.6193.69112.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 212 (83.20% from 255) = 57.30%
R=20%
G=22.70%
B=57.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal74842120.650.6000.17235.6561.6156.08
Hex4A54D4413C011ec3e38
Octal112124324101740213547670
Binary1001010101010011010100100000111110001000111101100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A54D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A54D4; }

 p { color: rgb(74,84,212); }

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

<style>
 a { background-color: #4A54D4; }

 a { background-color: rgb(74,84,212); }

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

<style>
 span { border-color: #4A54D4; }

 span { border-color: rgb(74,84,212); }

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