#4B4ECC

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

Shades of Free Speech Blue #4B4ECC

Tints of Free Speech Blue #4B4ECC

Color information

#4B4ECC (or 0x4B4ECC) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 4E and CC. RGB value is (75,78,204). Sum of RGB (Red+Green+Blue) = 75+78+204=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B4ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4ECC is #B4B133. Grayscale: #5A5A5A. Windows color (decimal): -11841844 or 13389387. OLE color: 13389387.

HSL color Cylindrical-coordinate representation of color #4B4ECC: hue angle of 238.6º degrees, saturation: 0.56, 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 #4B4ECC is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7578204-
CMYK0.630.6200.2
HSL238.6º55.84%54.71%-
HSV(B)238.6º63.24%80%-
XYZ16.5311.358.44-
YUV91.47191.51116.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.01%
GREEN value IS 78 (30.86% from 255) = 21.85%
BLUE value IS 204 (80.08% from 255) = 57.14%
R=21.01%
G=21.85%
B=57.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal75782040.630.6200.2238.655.8454.71
Hex4B4ECC3F3E014ef3837
Octal11311631477760243577067
Binary100101110011101100110011111111111001010011101111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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