#4f57cd

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

Shades of Free Speech Blue #4F57CD

Tints of Free Speech Blue #4F57CD

Color information

#4F57CD (or 0x4F57CD) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 57 and CD. RGB value is (79,87,205). Sum of RGB (Red+Green+Blue) = 79+87+205=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F57CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F57CD is #B0A832. Grayscale: #616161. Windows color (decimal): -11577395 or 13457231. OLE color: 13457231.

HSL color Cylindrical-coordinate representation of color #4F57CD: hue angle of 236.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F57CD is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7987205-
CMYK0.610.5800.20
HSL236.19º55.75%55.69%-
HSV(B)236.19º61.46%80.39%-
XYZ17.6512.8959.31-
YUV98.06188.35114.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.29%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 205 (80.47% from 255) = 55.26%
R=21.29%
G=23.45%
B=55.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal79872050.610.5800.20236.1955.7555.69
Hex4F57CD3D3A014ec3838
Octal11712731575720243547070
Binary100111110101111100110111110111101001010011101100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f57cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,87,205); }

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

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

 a { background-color: rgb(79,87,205); }

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

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

 span { border-color: rgb(79,87,205); }

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