#4F89AC

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

Shades of Air Force Blue #4F89AC

Tints of Air Force Blue #4F89AC

Color information

#4F89AC (or 0x4F89AC) is unknown color: approx Air Force Blue. HEX triplet: 4F, 89 and AC. RGB value is (79,137,172). Sum of RGB (Red+Green+Blue) = 79+137+172=388 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.36% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F89AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F89AC is #B07653. Grayscale: #7B7B7B. Windows color (decimal): -11564628 or 11307343. OLE color: 11307343.

HSL color Cylindrical-coordinate representation of color #4F89AC: hue angle of 202.58º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F89AC is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB79137172-
CMYK0.540.2000.33
HSL202.58º37.05%49.22%-
HSV(B)202.58º54.07%67.45%-
XYZ19.6222.5342.34-
YUV123.65155.2896.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.36%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=20.36%
G=35.31%
B=44.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791371720.540.2000.33202.5837.0549.22
Hex4F89AC3614021cb2531
Octal11721125466240413134561
Binary1001111100010011010110011011010100010000111001011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F89AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,137,172); }

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

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

 a { background-color: rgb(79,137,172); }

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

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

 span { border-color: rgb(79,137,172); }

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