#4F92B1

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

Shades of Boston Blue #4F92B1

Tints of Boston Blue #4F92B1

Color information

#4F92B1 (or 0x4F92B1) is unknown color: approx Boston Blue. HEX triplet: 4F, 92 and B1. RGB value is (79,146,177). Sum of RGB (Red+Green+Blue) = 79+146+177=402 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.65% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 177 - color contains mainly: blue. Hex color #4F92B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F92B1 is #B06D4E. Grayscale: #818181. Windows color (decimal): -11562319 or 11637327. OLE color: 11637327.

HSL color Cylindrical-coordinate representation of color #4F92B1: hue angle of 198.98º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F92B1 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB79146177-
CMYK0.550.1800.31
HSL198.98º38.58%50.2%-
HSV(B)198.98º55.37%69.41%-
XYZ21.4425.3945.37-
YUV129.5154.891.98-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.65%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 177 (69.53% from 255) = 44.03%
R=19.65%
G=36.32%
B=44.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791461770.550.1800.31198.9838.5850.2
Hex4F92B1371201Fc72732
Octal11722226167220373074762
Binary100111110010010101100011101111001001111111000111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F92B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,146,177); }

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

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

 a { background-color: rgb(79,146,177); }

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

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

 span { border-color: rgb(79,146,177); }

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