#4B4CC1

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

Shades of Free Speech Blue #4B4CC1

Tints of Free Speech Blue #4B4CC1

Color information

#4B4CC1 (or 0x4B4CC1) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 4C and C1. RGB value is (75,76,193). Sum of RGB (Red+Green+Blue) = 75+76+193=344 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.80% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 193 (75.78% from 255 or 56.10% from 344); Max value from RGB is 193 - color contains mainly: blue. Hex color #4B4CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B4CC1 is #B4B33E. Grayscale: #585858. Windows color (decimal): -11842367 or 12667979. OLE color: 12667979.

HSL color Cylindrical-coordinate representation of color #4B4CC1: hue angle of 239.49º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B4CC1 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7576193-
CMYK0.610.6100.24
HSL239.49º48.76%52.55%-
HSV(B)239.49º61.14%75.69%-
XYZ15.1110.5151.69-
YUV89.04186.67117.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.80%
GREEN value IS 76 (30.08% from 255) = 22.09%
BLUE value IS 193 (75.78% from 255) = 56.10%
R=21.80%
G=22.09%
B=56.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75761930.610.6100.24239.4948.7652.55
Hex4B4CC13D3D018ef3135
Octal11311430175750303576165
Binary100101110011001100000111110111110101100011101111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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