#4F5FCC

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

Shades of Free Speech Blue #4F5FCC

Tints of Free Speech Blue #4F5FCC

Color information

#4F5FCC (or 0x4F5FCC) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 5F and CC. RGB value is (79,95,204). Sum of RGB (Red+Green+Blue) = 79+95+204=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F5FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5FCC is #B0A033. Grayscale: #666666. Windows color (decimal): -11575348 or 13393743. OLE color: 13393743.

HSL color Cylindrical-coordinate representation of color #4F5FCC: hue angle of 232.32º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F5FCC is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7995204-
CMYK0.610.5300.2
HSL232.32º55.07%55.49%-
HSV(B)232.32º61.27%80%-
XYZ18.2214.2158.91-
YUV102.64185.2111.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.90%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 204 (80.08% from 255) = 53.97%
R=20.90%
G=25.13%
B=53.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal79952040.610.5300.2232.3255.0755.49
Hex4F5FCC3D35014e83737
Octal11713731475650243506767
Binary100111110111111100110011110111010101010011101000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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