Html Css Color HEX #447FAE Steel Blue

📋 copy color: '#447FAE'

red 68 ◦ green 127 ◦ blue 174

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

Shades of Steel Blue #447FAE

Tints of Steel Blue #447FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 34.42%

 BLUE value IS 174 (68.36% from 255) = 47.15%

R = 18.43%
G = 34.42%
B = 47.15%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#447FAE (or 0x447FAE) is known color: Steel Blue. HEX triplet: 44, 7F and AE. RGB value is (68,127,174). Sum of RGB (Red+Green+Blue) = 68+127+174=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #447FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447FAE is #BB8051. Grayscale: #727272. Windows color (decimal): -12288082 or 11435844. OLE color: 11435844.

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

Color convert

RGB 68 127 174 -
CMYK 0.61 0.27 0 0.32
HSL 206.6º 0.44% 0.47% -
HSV(B) 206.6º 0.61% 0.68% -
XYZ 17.61 19.46 42.87 -
YUV 114.72 161.45 94.68 -
System Red Green Blue C M Y K H S L
Decimal 68 127 174 0.61 0.27 0 0.32 206.6 0.44 0.47
Hex 44 7F AE 3D 1B 0 20 CF 2C 2F
Octal 104 177 256 75 33 0 40 317 54 57
Binary 1000100 1111111 10101110 111101 11011 0 100000 11001111 101100 101111

Color Harmonies of #447FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447FAE

Black with #447FAE

Text Example


Text Example

White with #447FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,127,174); }

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

background-color css

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

 a { background-color: rgb(68,127,174); }

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

border-color css

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

 span { border-color: rgb(68,127,174); }

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