#4B4CBF

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

Shades of Free Speech Blue #4B4CBF

Tints of Free Speech Blue #4B4CBF

Color information

#4B4CBF (or 0x4B4CBF) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 4C and BF. RGB value is (75,76,191). Sum of RGB (Red+Green+Blue) = 75+76+191=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #4B4CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B4CBF is #B4B340. Grayscale: #585858. Windows color (decimal): -11842369 or 12536907. OLE color: 12536907.

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

Color convert

RGB7576191-
CMYK0.610.6000.25
HSL239.48º47.54%52.16%-
HSV(B)239.48º60.73%74.9%-
XYZ14.8910.4350.52-
YUV88.81185.67118.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.93%
GREEN value IS 76 (30.08% from 255) = 22.22%
BLUE value IS 191 (75% from 255) = 55.85%
R=21.93%
G=22.22%
B=55.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75761910.610.6000.25239.4847.5452.16
Hex4B4CBF3D3C019ef3034
Octal11311427775740313576064
Binary100101110011001011111111110111110001100111101111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,76,191); }

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

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

 a { background-color: rgb(75,76,191); }

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

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

 span { border-color: rgb(75,76,191); }

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