#64849E

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

Shades of Air Force Blue #64849E

Tints of Air Force Blue #64849E

Color information

#64849E (or 0x64849E) is unknown color: approx Air Force Blue. HEX triplet: 64, 84 and 9E. RGB value is (100,132,158). Sum of RGB (Red+Green+Blue) = 100+132+158=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #64849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64849E is #9B7B61. Grayscale: #7D7D7D. Windows color (decimal): -10189666 or 10388580. OLE color: 10388580.

HSL color Cylindrical-coordinate representation of color #64849E: hue angle of 206.9º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64849E is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100132158-
CMYK0.370.1600.38
HSL206.9º23.02%50.59%-
HSV(B)206.9º36.71%61.96%-
XYZ19.6821.6835.5-
YUV125.4146.4109.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.64%
GREEN value IS 132 (51.95% from 255) = 33.85%
BLUE value IS 158 (62.11% from 255) = 40.51%
R=25.64%
G=33.85%
B=40.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001321580.370.1600.38206.923.0250.59
Hex64849E2510026cf1733
Octal14420423645200463172763
Binary110010010000100100111101001011000001001101100111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64849E; }

 p { color: rgb(100,132,158); }

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

<style>
 a { background-color: #64849E; }

 a { background-color: rgb(100,132,158); }

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

<style>
 span { border-color: #64849E; }

 span { border-color: rgb(100,132,158); }

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