Html Css Color HEX #4473AD Steel Blue

📋 copy color: '#4473AD'

red 68 ◦ green 115 ◦ blue 173

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

Shades of Steel Blue #4473AD

Tints of Steel Blue #4473AD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.3%

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

R = 19.1%
G = 32.3%
B = 48.6%

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

#4473AD (or 0x4473AD) is known color: Steel Blue. HEX triplet: 44, 73 and AD. RGB value is (68,115,173). Sum of RGB (Red+Green+Blue) = 68+115+173=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #4473AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4473AD is #BB8C52. Grayscale: #6B6B6B. Windows color (decimal): -12291155 or 11367236. OLE color: 11367236.

HSL color Cylindrical-coordinate representation of color #4473AD: hue angle of 213.14º 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 #4473AD is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 115 173 -
CMYK 0.61 0.34 0 0.32
HSL 213.14º 0.44% 0.47% -
HSV(B) 213.14º 0.61% 0.68% -
XYZ 16.06 16.51 41.88 -
YUV 107.56 164.93 99.78 -
System Red Green Blue C M Y K H S L
Decimal 68 115 173 0.61 0.34 0 0.32 213.14 0.44 0.47
Hex 44 73 AD 3D 22 0 20 D5 2C 2F
Octal 104 163 255 75 42 0 40 325 54 57
Binary 1000100 1110011 10101101 111101 100010 0 100000 11010101 101100 101111

Color Harmonies of #4473AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4473AD

Black with #4473AD

Text Example


Text Example

White with #4473AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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