#4B6ABE

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

Shades of Free Speech Blue #4B6ABE

Tints of Free Speech Blue #4B6ABE

Color information

#4B6ABE (or 0x4B6ABE) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 6A and BE. RGB value is (75,106,190). Sum of RGB (Red+Green+Blue) = 75+106+190=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B6ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6ABE is #B49541. Grayscale: #696969. Windows color (decimal): -11834690 or 12479051. OLE color: 12479051.

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

Color convert

RGB75106190-
CMYK0.610.4400.25
HSL223.83º46.94%51.96%-
HSV(B)223.83º60.53%74.51%-
XYZ17.3515.5250.8-
YUV106.31175.23105.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.22%
GREEN value IS 106 (41.80% from 255) = 28.57%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=20.22%
G=28.57%
B=51.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751061900.610.4400.25223.8346.9451.96
Hex4B6ABE3D2C019e02f34
Octal11315227675540313405764
Binary100101111010101011111011110110110001100111100000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,106,190); }

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

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

 a { background-color: rgb(75,106,190); }

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

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

 span { border-color: rgb(75,106,190); }

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