#4F5CCE

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

Shades of Free Speech Blue #4F5CCE

Tints of Free Speech Blue #4F5CCE

Color information

#4F5CCE (or 0x4F5CCE) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 5C and CE. RGB value is (79,92,206). Sum of RGB (Red+Green+Blue) = 79+92+206=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F5CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5CCE is #B0A331. Grayscale: #646464. Windows color (decimal): -11576114 or 13524047. OLE color: 13524047.

HSL color Cylindrical-coordinate representation of color #4F5CCE: hue angle of 233.86º 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 #4F5CCE is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7992206-
CMYK0.620.5500.19
HSL233.86º56.44%55.88%-
HSV(B)233.86º61.65%80.78%-
XYZ18.1913.7760.09-
YUV101.11187.19112.23-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.95%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 206 (80.86% from 255) = 54.64%
R=20.95%
G=24.40%
B=54.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal79922060.620.5500.19233.8656.4455.88
Hex4F5CCE3E37013ea3838
Octal11713431676670233527070
Binary100111110111001100111011111011011101001111101010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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