Html Css Color HEX #447AAD Steel Blue

📋 copy color: '#447AAD'

red 68 ◦ green 122 ◦ blue 173

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

Shades of Steel Blue #447AAD

Tints of Steel Blue #447AAD

RGB

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

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

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

R = 18.73%
G = 33.61%
B = 47.66%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#447AAD (or 0x447AAD) is known color: Steel Blue. HEX triplet: 44, 7A and AD. RGB value is (68,122,173). Sum of RGB (Red+Green+Blue) = 68+122+173=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #447AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447AAD is #BB8552. Grayscale: #6F6F6F. Windows color (decimal): -12289363 or 11369028. OLE color: 11369028.

HSL color Cylindrical-coordinate representation of color #447AAD: hue angle of 209.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 #447AAD is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 122 173 -
CMYK 0.61 0.29 0 0.32
HSL 209.14º 0.44% 0.47% -
HSV(B) 209.14º 0.61% 0.68% -
XYZ 16.89 18.17 42.15 -
YUV 111.67 162.61 96.85 -
System Red Green Blue C M Y K H S L
Decimal 68 122 173 0.61 0.29 0 0.32 209.14 0.44 0.47
Hex 44 7A AD 3D 1D 0 20 D1 2C 2F
Octal 104 172 255 75 35 0 40 321 54 57
Binary 1000100 1111010 10101101 111101 11101 0 100000 11010001 101100 101111

Color Harmonies of #447AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447AAD

Black with #447AAD

Text Example


Text Example

White with #447AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447AAD; }

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

 H1.HeaderClassName
 {
   color: #447AAD;
 }
 .AnyTagClassName
 {
   color: #447AAD;
 }
</style>

background-color css

<style>
 a { background-color: #447AAD; }

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

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

border-color css

<style>
 span { border-color: #447AAD; }

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

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