#4F64BD

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

Shades of Free Speech Blue #4F64BD

Tints of Free Speech Blue #4F64BD

Color information

#4F64BD (or 0x4F64BD) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 64 and BD. RGB value is (79,100,189). Sum of RGB (Red+Green+Blue) = 79+100+189=368 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.47% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #4F64BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F64BD is #B09B42. Grayscale: #676767. Windows color (decimal): -11574083 or 12411983. OLE color: 12411983.

HSL color Cylindrical-coordinate representation of color #4F64BD: hue angle of 228.55º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F64BD is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB79100189-
CMYK0.580.4700.26
HSL228.55º45.45%52.55%-
HSV(B)228.55º58.2%74.12%-
XYZ16.9714.4550.04-
YUV103.87176.04110.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.47%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 189 (74.22% from 255) = 51.36%
R=21.47%
G=27.17%
B=51.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal791001890.580.4700.26228.5545.4552.55
Hex4F64BD3A2F01Ae52d35
Octal11714427572570323455565
Binary100111111001001011110111101010111101101011100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F64BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,100,189); }

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

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

 a { background-color: rgb(79,100,189); }

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

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

 span { border-color: rgb(79,100,189); }

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