#4E82A5

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

Shades of Air Force Blue #4E82A5

Tints of Air Force Blue #4E82A5

Color information

#4E82A5 (or 0x4E82A5) is unknown color: approx Air Force Blue. HEX triplet: 4E, 82 and A5. RGB value is (78,130,165). Sum of RGB (Red+Green+Blue) = 78+130+165=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 165 - color contains mainly: blue. Hex color #4E82A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E82A5 is #B17D5A. Grayscale: #767676. Windows color (decimal): -11631963 or 10846798. OLE color: 10846798.

HSL color Cylindrical-coordinate representation of color #4E82A5: hue angle of 204.14º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E82A5 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB78130165-
CMYK0.530.2100.35
HSL204.14º35.8%47.65%-
HSV(B)204.14º52.73%64.71%-
XYZ17.9220.338.57-
YUV118.44154.2799.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.91%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 165 (64.84% from 255) = 44.24%
R=20.91%
G=34.85%
B=44.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal781301650.530.2100.35204.1435.847.65
Hex4E82A53515023cc2430
Octal11620224565250433144460
Binary1001110100000101010010111010110101010001111001100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E82A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,130,165); }

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

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

 a { background-color: rgb(78,130,165); }

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

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

 span { border-color: rgb(78,130,165); }

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