Html Css Color HEX #547EA4 Air Force Blue

📋 copy color: '#547EA4'

red 84 ◦ green 126 ◦ blue 164

#547EA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #547EA4

Tints of Air Force Blue #547EA4

RGB

 RED value IS 84 (33.2% from 255) = 22.46%

 GREEN value IS 126 (49.61% from 255) = 33.69%

 BLUE value IS 164 (64.45% from 255) = 43.85%

R = 22.46%
G = 33.69%
B = 43.85%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#547EA4 (or 0x547EA4) is known color: Air Force Blue. HEX triplet: 54, 7E and A4. RGB value is (84,126,164). Sum of RGB (Red+Green+Blue) = 84+126+164=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 164 - color contains mainly: blue. Hex color #547EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547EA4 is #AB815B. Grayscale: #757575. Windows color (decimal): -11239772 or 10780244. OLE color: 10780244.

HSL color Cylindrical-coordinate representation of color #547EA4: hue angle of 208.5º 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 #547EA4 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 84 126 164 -
CMYK 0.49 0.23 0 0.36
HSL 208.5º 0.32% 0.49% -
HSV(B) 208.5º 0.49% 0.64% -
XYZ 17.82 19.49 37.94 -
YUV 117.77 154.09 103.91 -
System Red Green Blue C M Y K H S L
Decimal 84 126 164 0.49 0.23 0 0.36 208.5 0.32 0.49
Hex 54 7E A4 31 17 0 24 D0 20 31
Octal 124 176 244 61 27 0 44 320 40 61
Binary 1010100 1111110 10100100 110001 10111 0 100100 11010000 100000 110001

Color Harmonies of #547EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547EA4

Black with #547EA4

Text Example


Text Example

White with #547EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #547EA4;
 }
 .AnyTagClassName
 {
   color: #547EA4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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