#4A66BE

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

Shades of Free Speech Blue #4A66BE

Tints of Free Speech Blue #4A66BE

Color information

#4A66BE (or 0x4A66BE) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 66 and BE. RGB value is (74,102,190). Sum of RGB (Red+Green+Blue) = 74+102+190=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A66BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A66BE is #B59941. Grayscale: #676767. Windows color (decimal): -11901250 or 12478026. OLE color: 12478026.

HSL color Cylindrical-coordinate representation of color #4A66BE: hue angle of 225.52º 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 #4A66BE is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB74102190-
CMYK0.610.4600.25
HSL225.52º47.15%51.76%-
HSV(B)225.52º61.05%74.51%-
XYZ16.8714.6850.66-
YUV103.66176.72106.84-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.22%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=20.22%
G=27.87%
B=51.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741021900.610.4600.25225.5247.1551.76
Hex4A66BE3D2E019e22f34
Octal11214627675560313425764
Binary100101011001101011111011110110111001100111100010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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