#4A5DBE

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

Shades of Free Speech Blue #4A5DBE

Tints of Free Speech Blue #4A5DBE

Color information

#4A5DBE (or 0x4A5DBE) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 5D and BE. RGB value is (74,93,190). Sum of RGB (Red+Green+Blue) = 74+93+190=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A5DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5DBE is #B5A241. Grayscale: #616161. Windows color (decimal): -11903554 or 12475722. OLE color: 12475722.

HSL color Cylindrical-coordinate representation of color #4A5DBE: hue angle of 230.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A5DBE is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7493190-
CMYK0.610.5100.25
HSL230.17º47.15%51.76%-
HSV(B)230.17º61.05%74.51%-
XYZ16.031350.38-
YUV98.38179.71110.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.73%
GREEN value IS 93 (36.72% from 255) = 26.05%
BLUE value IS 190 (74.61% from 255) = 53.22%
R=20.73%
G=26.05%
B=53.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74931900.610.5100.25230.1747.1551.76
Hex4A5DBE3D33019e62f34
Octal11213527675630313465764
Binary100101010111011011111011110111001101100111100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,93,190); }

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

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

 a { background-color: rgb(74,93,190); }

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

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

 span { border-color: rgb(74,93,190); }

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