#4F5BBC

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

Shades of Free Speech Blue #4F5BBC

Tints of Free Speech Blue #4F5BBC

Color information

#4F5BBC (or 0x4F5BBC) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 5B and BC. RGB value is (79,91,188). Sum of RGB (Red+Green+Blue) = 79+91+188=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F5BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5BBC is #B0A443. Grayscale: #626262. Windows color (decimal): -11576388 or 12344143. OLE color: 12344143.

HSL color Cylindrical-coordinate representation of color #4F5BBC: hue angle of 233.39º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F5BBC is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7991188-
CMYK0.580.5200.26
HSL233.39º44.86%52.35%-
HSV(B)233.39º57.98%73.73%-
XYZ16.0412.7849.2-
YUV98.47178.52114.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.07%
GREEN value IS 91 (35.94% from 255) = 25.42%
BLUE value IS 188 (73.83% from 255) = 52.51%
R=22.07%
G=25.42%
B=52.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal79911880.580.5200.26233.3944.8652.35
Hex4F5BBC3A3401Ae92d34
Octal11713327472640323515564
Binary100111110110111011110011101011010001101011101001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,91,188); }

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

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

 a { background-color: rgb(79,91,188); }

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

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

 span { border-color: rgb(79,91,188); }

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