#4B4ECD

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

Shades of Free Speech Blue #4B4ECD

Tints of Free Speech Blue #4B4ECD

Color information

#4B4ECD (or 0x4B4ECD) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 4E and CD. RGB value is (75,78,205). Sum of RGB (Red+Green+Blue) = 75+78+205=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B4ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4ECD is #B4B132. Grayscale: #5B5B5B. Windows color (decimal): -11841843 or 13454923. OLE color: 13454923.

HSL color Cylindrical-coordinate representation of color #4B4ECD: hue angle of 238.62º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B4ECD is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7578205-
CMYK0.630.6200.20
HSL238.62º56.52%54.9%-
HSV(B)238.62º63.41%80.39%-
XYZ16.6511.3559.07-
YUV91.58192.01116.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.95%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 205 (80.47% from 255) = 57.26%
R=20.95%
G=21.79%
B=57.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal75782050.630.6200.20238.6256.5254.9
Hex4B4ECD3F3E014ef3937
Octal11311631577760243577167
Binary100101110011101100110111111111111001010011101111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,78,205); }

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

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

 a { background-color: rgb(75,78,205); }

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

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

 span { border-color: rgb(75,78,205); }

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