#4F62C1

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

Shades of Free Speech Blue #4F62C1

Tints of Free Speech Blue #4F62C1

Color information

#4F62C1 (or 0x4F62C1) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 62 and C1. RGB value is (79,98,193). Sum of RGB (Red+Green+Blue) = 79+98+193=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #4F62C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F62C1 is #B09D3E. Grayscale: #666666. Windows color (decimal): -11574591 or 12673615. OLE color: 12673615.

HSL color Cylindrical-coordinate representation of color #4F62C1: hue angle of 230º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F62C1 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7998193-
CMYK0.590.4900.24
HSL230º47.9%53.33%-
HSV(B)230º59.07%75.69%-
XYZ17.2214.2552.29-
YUV103.15178.71110.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.35%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 193 (75.78% from 255) = 52.16%
R=21.35%
G=26.49%
B=52.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal79981930.590.4900.2423047.953.33
Hex4F62C13B31018e63035
Octal11714230173610303466065
Binary100111111000101100000111101111000101100011100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F62C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,98,193); }

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

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

 a { background-color: rgb(79,98,193); }

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

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

 span { border-color: rgb(79,98,193); }

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