#4b64c2

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

Shades of Free Speech Blue #4B64C2

Tints of Free Speech Blue #4B64C2

Color information

#4B64C2 (or 0x4B64C2) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 64 and C2. RGB value is (75,100,194). Sum of RGB (Red+Green+Blue) = 75+100+194=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 194 (76.17% from 255 or 52.57% from 369); Max value from RGB is 194 - color contains mainly: blue. Hex color #4B64C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B64C2 is #B49B3D. Grayscale: #666666. Windows color (decimal): -11836222 or 12739659. OLE color: 12739659.

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

Color convert

RGB75100194-
CMYK0.610.4800.24
HSL227.39º49.38%52.75%-
HSV(B)227.39º61.34%76.08%-
XYZ17.214.5152.93-
YUV103.24179.22107.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.33%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 194 (76.17% from 255) = 52.57%
R=20.33%
G=27.10%
B=52.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal751001940.610.4800.24227.3949.3852.75
Hex4B64C23D30018e33135
Octal11314430275600303436165
Binary100101111001001100001011110111000001100011100011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b64c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,100,194); }

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

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

 a { background-color: rgb(75,100,194); }

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

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

 span { border-color: rgb(75,100,194); }

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