Html Css Color HEX #4A7DAC Steel Blue

📋 copy color: '#4A7DAC'

red 74 ◦ green 125 ◦ blue 172

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

Shades of Steel Blue #4A7DAC

Tints of Steel Blue #4A7DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.69%

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

R = 19.95%
G = 33.69%
B = 46.36%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A7DAC (or 0x4A7DAC) is known color: Steel Blue. HEX triplet: 4A, 7D and AC. RGB value is (74,125,172). Sum of RGB (Red+Green+Blue) = 74+125+172=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A7DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7DAC is #B58253. Grayscale: #727272. Windows color (decimal): -11895380 or 11304266. OLE color: 11304266.

HSL color Cylindrical-coordinate representation of color #4A7DAC: hue angle of 208.78º 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 #4A7DAC is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 125 172 -
CMYK 0.57 0.27 0 0.33
HSL 208.78º 0.4% 0.48% -
HSV(B) 208.78º 0.57% 0.67% -
XYZ 17.6 19.1 41.79 -
YUV 115.11 160.1 98.68 -
System Red Green Blue C M Y K H S L
Decimal 74 125 172 0.57 0.27 0 0.33 208.78 0.4 0.48
Hex 4A 7D AC 39 1B 0 21 D1 28 30
Octal 112 175 254 71 33 0 41 321 50 60
Binary 1001010 1111101 10101100 111001 11011 0 100001 11010001 101000 110000

Color Harmonies of #4A7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7DAC

Black with #4A7DAC

Text Example


Text Example

White with #4A7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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