Html Css Color HEX #547CA4 Air Force Blue

📋 copy color: '#547CA4'

red 84 ◦ green 124 ◦ blue 164

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

Shades of Air Force Blue #547CA4

Tints of Air Force Blue #547CA4

RGB

 RED value IS 84 (33.2% 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 value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#547CA4 (or 0x547CA4) is known color: 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

RGB 84 124 164 -
CMYK 0.49 0.24 0 0.36
HSL 210º 0.32% 0.49% -
HSV(B) 210º 0.49% 0.64% -
XYZ 17.56 18.98 37.86 -
YUV 116.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 84 124 164 0.49 0.24 0 0.36 210 0.32 0.49
Hex 54 7C A4 31 18 0 24 D2 20 31
Octal 124 174 244 61 30 0 44 322 40 61
Binary 1010100 1111100 10100100 110001 11000 0 100100 11010010 100000 110001

Color Harmonies of #547CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CA4

Black with #547CA4

Text Example


Text Example

White with #547CA4

Text Example


Text Example

HTML Codes & Css Web 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>