Html Css Color HEX #4472AD Steel Blue

📋 copy color: '#4472AD'

red 68 ◦ green 114 ◦ blue 173

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

Shades of Steel Blue #4472AD

Tints of Steel Blue #4472AD

RGB

 RED value IS 68 (26.95% from 255) = 19.15%

 GREEN value IS 114 (44.92% from 255) = 32.11%

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 19.15%
G = 32.11%
B = 48.73%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4472AD (or 0x4472AD) is known color: Steel Blue. HEX triplet: 44, 72 and AD. RGB value is (68,114,173). Sum of RGB (Red+Green+Blue) = 68+114+173=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #4472AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4472AD is #BB8D52. Grayscale: #6A6A6A. Windows color (decimal): -12291411 or 11366980. OLE color: 11366980.

HSL color Cylindrical-coordinate representation of color #4472AD: hue angle of 213.71º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4472AD is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 114 173 -
CMYK 0.61 0.34 0 0.32
HSL 213.71º 0.44% 0.47% -
HSV(B) 213.71º 0.61% 0.68% -
XYZ 15.94 16.28 41.84 -
YUV 106.97 165.26 100.2 -
System Red Green Blue C M Y K H S L
Decimal 68 114 173 0.61 0.34 0 0.32 213.71 0.44 0.47
Hex 44 72 AD 3D 22 0 20 D6 2C 2F
Octal 104 162 255 75 42 0 40 326 54 57
Binary 1000100 1110010 10101101 111101 100010 0 100000 11010110 101100 101111

Color Harmonies of #4472AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4472AD

Black with #4472AD

Text Example


Text Example

White with #4472AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4472AD; }

 p { color: rgb(68,114,173); }

 H1.HeaderClassName
 {
   color: #4472AD;
 }
 .AnyTagClassName
 {
   color: #4472AD;
 }
</style>

background-color css

<style>
 a { background-color: #4472AD; }

 a { background-color: rgb(68,114,173); }

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

border-color css

<style>
 span { border-color: #4472AD; }

 span { border-color: rgb(68,114,173); }

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