Html Css Color HEX #447AAB Steel Blue

📋 copy color: '#447AAB'

red 68 ◦ green 122 ◦ blue 171

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

Shades of Steel Blue #447AAB

Tints of Steel Blue #447AAB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.8%

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

R = 18.84%
G = 33.8%
B = 47.37%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#447AAB (or 0x447AAB) is known color: Steel Blue. HEX triplet: 44, 7A and AB. RGB value is (68,122,171). Sum of RGB (Red+Green+Blue) = 68+122+171=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #447AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447AAB is #BB8554. Grayscale: #6F6F6F. Windows color (decimal): -12289365 or 11237956. OLE color: 11237956.

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

Color convert

RGB 68 122 171 -
CMYK 0.60 0.29 0 0.33
HSL 208.54º 0.43% 0.47% -
HSV(B) 208.54º 0.6% 0.67% -
XYZ 16.69 18.09 41.14 -
YUV 111.44 161.61 97.02 -
System Red Green Blue C M Y K H S L
Decimal 68 122 171 0.60 0.29 0 0.33 208.54 0.43 0.47
Hex 44 7A AB 3C 1D 0 21 D1 2B 2F
Octal 104 172 253 74 35 0 41 321 53 57
Binary 1000100 1111010 10101011 111100 11101 0 100001 11010001 101011 101111

Color Harmonies of #447AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447AAB

Black with #447AAB

Text Example


Text Example

White with #447AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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