#4F48CC

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

Shades of Free Speech Blue #4F48CC

Tints of Free Speech Blue #4F48CC

Color information

#4F48CC (or 0x4F48CC) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 48 and CC. RGB value is (79,72,204). Sum of RGB (Red+Green+Blue) = 79+72+204=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F48CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F48CC is #B0B733. Grayscale: #585858. Windows color (decimal): -11581236 or 13387855. OLE color: 13387855.

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

Color convert

RGB7972204-
CMYK0.610.6500.2
HSL243.18º56.41%54.12%-
HSV(B)243.18º64.71%80%-
XYZ16.4410.6658.32-
YUV89.14192.82120.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.25%
GREEN value IS 72 (28.52% from 255) = 20.28%
BLUE value IS 204 (80.08% from 255) = 57.46%
R=22.25%
G=20.28%
B=57.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal79722040.610.6500.2243.1856.4154.12
Hex4F48CC3D41014f33836
Octal117110314751010243637066
Binary1001111100100011001100111101100000101010011110011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F48CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,72,204); }

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

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

 a { background-color: rgb(79,72,204); }

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

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

 span { border-color: rgb(79,72,204); }

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