#4F47CB

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

Shades of Free Speech Blue #4F47CB

Tints of Free Speech Blue #4F47CB

Color information

#4F47CB (or 0x4F47CB) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 47 and CB. RGB value is (79,71,203). Sum of RGB (Red+Green+Blue) = 79+71+203=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F47CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F47CB is #B0B834. Grayscale: #575757. Windows color (decimal): -11581493 or 13322063. OLE color: 13322063.

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

Color convert

RGB7971203-
CMYK0.610.6500.20
HSL243.64º55.93%53.73%-
HSV(B)243.64º65.02%79.61%-
XYZ16.2610.4857.67-
YUV88.44192.65121.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.38%
GREEN value IS 71 (28.12% from 255) = 20.11%
BLUE value IS 203 (79.69% from 255) = 57.51%
R=22.38%
G=20.11%
B=57.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal79712030.610.6500.20243.6455.9353.73
Hex4F47CB3D41014f43836
Octal117107313751010243647066
Binary1001111100011111001011111101100000101010011110100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F47CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,71,203); }

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

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

 a { background-color: rgb(79,71,203); }

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

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

 span { border-color: rgb(79,71,203); }

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