Html Css Color HEX #4A7AAC Steel Blue

📋 copy color: '#4A7AAC'

red 74 ◦ green 122 ◦ blue 172

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

Shades of Steel Blue #4A7AAC

Tints of Steel Blue #4A7AAC

RGB

 RED value IS 74 (29.3% from 255) = 20.11%

 GREEN value IS 122 (48.05% from 255) = 33.15%

 BLUE value IS 172 (67.58% from 255) = 46.74%

R = 20.11%
G = 33.15%
B = 46.74%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A7AAC (or 0x4A7AAC) is known color: Steel Blue. HEX triplet: 4A, 7A and AC. RGB value is (74,122,172). Sum of RGB (Red+Green+Blue) = 74+122+172=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A7AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7AAC is #B58553. Grayscale: #717171. Windows color (decimal): -11896148 or 11303498. OLE color: 11303498.

HSL color Cylindrical-coordinate representation of color #4A7AAC: hue angle of 210.61º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A7AAC is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 122 172 -
CMYK 0.57 0.29 0 0.33
HSL 210.61º 0.4% 0.48% -
HSV(B) 210.61º 0.57% 0.67% -
XYZ 17.23 18.35 41.66 -
YUV 113.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 74 122 172 0.57 0.29 0 0.33 210.61 0.4 0.48
Hex 4A 7A AC 39 1D 0 21 D3 28 30
Octal 112 172 254 71 35 0 41 323 50 60
Binary 1001010 1111010 10101100 111001 11101 0 100001 11010011 101000 110000

Color Harmonies of #4A7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7AAC

Black with #4A7AAC

Text Example


Text Example

White with #4A7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,122,172); }

 H1.HeaderClassName
 {
   color: #4A7AAC;
 }
 .AnyTagClassName
 {
   color: #4A7AAC;
 }
</style>

background-color css

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

 a { background-color: rgb(74,122,172); }

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

border-color css

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

 span { border-color: rgb(74,122,172); }

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