#4F60CE

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

Shades of Free Speech Blue #4F60CE

Tints of Free Speech Blue #4F60CE

Color information

#4F60CE (or 0x4F60CE) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 60 and CE. RGB value is (79,96,206). Sum of RGB (Red+Green+Blue) = 79+96+206=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F60CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F60CE is #B09F31. Grayscale: #676767. Windows color (decimal): -11575090 or 13525071. OLE color: 13525071.

HSL color Cylindrical-coordinate representation of color #4F60CE: hue angle of 231.97º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F60CE is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7996206-
CMYK0.620.5300.19
HSL231.97º56.44%55.88%-
HSV(B)231.97º61.65%80.78%-
XYZ18.5514.4860.21-
YUV103.46185.87110.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.73%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 206 (80.86% from 255) = 54.07%
R=20.73%
G=25.20%
B=54.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal79962060.620.5300.19231.9756.4455.88
Hex4F60CE3E35013e83838
Octal11714031676650233507070
Binary100111111000001100111011111011010101001111101000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F60CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,96,206); }

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

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

 a { background-color: rgb(79,96,206); }

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

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

 span { border-color: rgb(79,96,206); }

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