Html Css Color HEX #447DAA Steel Blue

📋 copy color: '#447DAA'

red 68 ◦ green 125 ◦ blue 170

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

Shades of Steel Blue #447DAA

Tints of Steel Blue #447DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.83%

R = 18.73%
G = 34.44%
B = 46.83%

CMYK

 C value IS 0.6

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#447DAA (or 0x447DAA) is known color: Steel Blue. HEX triplet: 44, 7D and AA. RGB value is (68,125,170). Sum of RGB (Red+Green+Blue) = 68+125+170=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #447DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447DAA is #BB8255. Grayscale: #707070. Windows color (decimal): -12288598 or 11173188. OLE color: 11173188.

HSL color Cylindrical-coordinate representation of color #447DAA: hue angle of 206.47º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #447DAA is Cyan = 0.6, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 125 170 -
CMYK 0.6 0.26 0 0.33
HSL 206.47º 0.43% 0.47% -
HSV(B) 206.47º 0.6% 0.67% -
XYZ 16.97 18.8 40.76 -
YUV 113.09 160.12 95.84 -
System Red Green Blue C M Y K H S L
Decimal 68 125 170 0.6 0.26 0 0.33 206.47 0.43 0.47
Hex 44 7D AA 3C 1A 0 21 CE 2B 2F
Octal 104 175 252 74 32 0 41 316 53 57
Binary 1000100 1111101 10101010 111100 11010 0 100001 11001110 101011 101111

Color Harmonies of #447DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447DAA

Black with #447DAA

Text Example


Text Example

White with #447DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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