#4F61CD

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

Shades of Free Speech Blue #4F61CD

Tints of Free Speech Blue #4F61CD

Color information

#4F61CD (or 0x4F61CD) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 61 and CD. RGB value is (79,97,205). Sum of RGB (Red+Green+Blue) = 79+97+205=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F61CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F61CD is #B09E32. Grayscale: #676767. Windows color (decimal): -11574835 or 13459791. OLE color: 13459791.

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

Color convert

RGB7997205-
CMYK0.610.5300.20
HSL231.43º55.75%55.69%-
HSV(B)231.43º61.46%80.39%-
XYZ18.5214.6259.6-
YUV103.93185.04110.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.73%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 205 (80.47% from 255) = 53.81%
R=20.73%
G=25.46%
B=53.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal79972050.610.5300.20231.4355.7555.69
Hex4F61CD3D35014e73838
Octal11714131575650243477070
Binary100111111000011100110111110111010101010011100111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F61CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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