Html Css Color HEX #447FAB Steel Blue

📋 copy color: '#447FAB'

red 68 ◦ green 127 ◦ blue 171

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

Shades of Steel Blue #447FAB

Tints of Steel Blue #447FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.72%

R = 18.58%
G = 34.7%
B = 46.72%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#447FAB (or 0x447FAB) is known color: Steel Blue. HEX triplet: 44, 7F and AB. RGB value is (68,127,171). Sum of RGB (Red+Green+Blue) = 68+127+171=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #447FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447FAB is #BB8054. Grayscale: #727272. Windows color (decimal): -12288085 or 11239236. OLE color: 11239236.

HSL color Cylindrical-coordinate representation of color #447FAB: hue angle of 205.63º 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 #447FAB is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 127 171 -
CMYK 0.60 0.26 0 0.33
HSL 205.63º 0.43% 0.47% -
HSV(B) 205.63º 0.6% 0.67% -
XYZ 17.32 19.35 41.35 -
YUV 114.38 159.95 94.92 -
System Red Green Blue C M Y K H S L
Decimal 68 127 171 0.60 0.26 0 0.33 205.63 0.43 0.47
Hex 44 7F AB 3C 1A 0 21 CE 2B 2F
Octal 104 177 253 74 32 0 41 316 53 57
Binary 1000100 1111111 10101011 111100 11010 0 100001 11001110 101011 101111

Color Harmonies of #447FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447FAB

Black with #447FAB

Text Example


Text Example

White with #447FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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