#4B4FD5

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

Shades of Free Speech Blue #4B4FD5

Tints of Free Speech Blue #4B4FD5

Color information

#4B4FD5 (or 0x4B4FD5) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 4F and D5. RGB value is (75,79,213). Sum of RGB (Red+Green+Blue) = 75+79+213=367 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.44% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 213 (83.59% from 255 or 58.04% from 367); Max value from RGB is 213 - color contains mainly: blue. Hex color #4B4FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4FD5 is #B4B02A. Grayscale: #5C5C5C. Windows color (decimal): -11841579 or 13979467. OLE color: 13979467.

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

Color convert

RGB7579213-
CMYK0.650.6300.16
HSL238.26º62.16%56.47%-
HSV(B)238.26º64.79%83.53%-
XYZ17.7111.8964.31-
YUV93.08195.67115.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.44%
GREEN value IS 79 (31.25% from 255) = 21.53%
BLUE value IS 213 (83.59% from 255) = 58.04%
R=20.44%
G=21.53%
B=58.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal75792130.650.6300.16238.2662.1656.47
Hex4B4FD5413F010ee3e38
Octal113117325101770203567670
Binary1001011100111111010101100000111111101000011101110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,79,213); }

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

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

 a { background-color: rgb(75,79,213); }

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

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

 span { border-color: rgb(75,79,213); }

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