#547CA4

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

Shades of Air Force Blue #547CA4

Tints of Air Force Blue #547CA4

Color information

#547CA4 (or 0x547CA4) is unknown color: approx Air Force Blue. HEX triplet: 54, 7C and A4. RGB value is (84,124,164). Sum of RGB (Red+Green+Blue) = 84+124+164=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 164 - color contains mainly: blue. Hex color #547CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547CA4 is #AB835B. Grayscale: #747474. Windows color (decimal): -11240284 or 10779732. OLE color: 10779732.

HSL color Cylindrical-coordinate representation of color #547CA4: hue angle of 210º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #547CA4 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB84124164-
CMYK0.490.2400.36
HSL210º32.26%48.63%-
HSV(B)210º48.78%64.31%-
XYZ17.5618.9837.86-
YUV116.6154.75104.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.58%
GREEN value IS 124 (48.83% from 255) = 33.33%
BLUE value IS 164 (64.45% from 255) = 44.09%
R=22.58%
G=33.33%
B=44.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841241640.490.2400.3621032.2648.63
Hex547CA43118024d22031
Octal12417424461300443224061
Binary101010011111001010010011000111000010010011010010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547CA4; }

 p { color: rgb(84,124,164); }

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

<style>
 a { background-color: #547CA4; }

 a { background-color: rgb(84,124,164); }

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

<style>
 span { border-color: #547CA4; }

 span { border-color: rgb(84,124,164); }

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