Html Css Color HEX #447FAF Steel Blue

📋 copy color: '#447FAF'

red 68 ◦ green 127 ◦ blue 175

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

Shades of Steel Blue #447FAF

Tints of Steel Blue #447FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.3%

R = 18.38%
G = 34.32%
B = 47.3%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#447FAF (or 0x447FAF) is known color: Steel Blue. HEX triplet: 44, 7F and AF. RGB value is (68,127,175). Sum of RGB (Red+Green+Blue) = 68+127+175=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #447FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447FAF is #BB8050. Grayscale: #727272. Windows color (decimal): -12288081 or 11501380. OLE color: 11501380.

HSL color Cylindrical-coordinate representation of color #447FAF: hue angle of 206.92º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #447FAF is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 127 175 -
CMYK 0.61 0.27 0 0.31
HSL 206.92º 0.44% 0.48% -
HSV(B) 206.92º 0.61% 0.69% -
XYZ 17.71 19.5 43.39 -
YUV 114.83 161.95 94.6 -
System Red Green Blue C M Y K H S L
Decimal 68 127 175 0.61 0.27 0 0.31 206.92 0.44 0.48
Hex 44 7F AF 3D 1B 0 1F CF 2C 30
Octal 104 177 257 75 33 0 37 317 54 60
Binary 1000100 1111111 10101111 111101 11011 0 11111 11001111 101100 110000

Color Harmonies of #447FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447FAF

Black with #447FAF

Text Example


Text Example

White with #447FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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