Html Css Color HEX #4A7FAC Steel Blue

📋 copy color: '#4A7FAC'

red 74 ◦ green 127 ◦ blue 172

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

Shades of Steel Blue #4A7FAC

Tints of Steel Blue #4A7FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 34.05%

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

R = 19.84%
G = 34.05%
B = 46.11%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A7FAC (or 0x4A7FAC) is known color: Steel Blue. HEX triplet: 4A, 7F and AC. RGB value is (74,127,172). Sum of RGB (Red+Green+Blue) = 74+127+172=373 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.84% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A7FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7FAC is #B58053. Grayscale: #747474. Windows color (decimal): -11894868 or 11304778. OLE color: 11304778.

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

Color convert

RGB 74 127 172 -
CMYK 0.57 0.26 0 0.33
HSL 207.55º 0.4% 0.48% -
HSV(B) 207.55º 0.57% 0.67% -
XYZ 17.86 19.61 41.87 -
YUV 116.28 159.44 97.84 -
System Red Green Blue C M Y K H S L
Decimal 74 127 172 0.57 0.26 0 0.33 207.55 0.4 0.48
Hex 4A 7F AC 39 1A 0 21 D0 28 30
Octal 112 177 254 71 32 0 41 320 50 60
Binary 1001010 1111111 10101100 111001 11010 0 100001 11010000 101000 110000

Color Harmonies of #4A7FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7FAC

Black with #4A7FAC

Text Example


Text Example

White with #4A7FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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