Html Css Color HEX #447DAD Steel Blue

📋 copy color: '#447DAD'

red 68 ◦ green 125 ◦ blue 173

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

Shades of Steel Blue #447DAD

Tints of Steel Blue #447DAD

RGB

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

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

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

R = 18.58%
G = 34.15%
B = 47.27%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#447DAD (or 0x447DAD) is known color: Steel Blue. HEX triplet: 44, 7D and AD. RGB value is (68,125,173). Sum of RGB (Red+Green+Blue) = 68+125+173=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #447DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447DAD is #BB8252. Grayscale: #717171. Windows color (decimal): -12288595 or 11369796. OLE color: 11369796.

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

Color convert

RGB 68 125 173 -
CMYK 0.61 0.28 0 0.32
HSL 207.43º 0.44% 0.47% -
HSV(B) 207.43º 0.61% 0.68% -
XYZ 17.26 18.91 42.28 -
YUV 113.43 161.62 95.6 -
System Red Green Blue C M Y K H S L
Decimal 68 125 173 0.61 0.28 0 0.32 207.43 0.44 0.47
Hex 44 7D AD 3D 1C 0 20 CF 2C 2F
Octal 104 175 255 75 34 0 40 317 54 57
Binary 1000100 1111101 10101101 111101 11100 0 100000 11001111 101100 101111

Color Harmonies of #447DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447DAD

Black with #447DAD

Text Example


Text Example

White with #447DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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