Html Css Color HEX #447CAB Steel Blue

📋 copy color: '#447CAB'

red 68 ◦ green 124 ◦ blue 171

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

Shades of Steel Blue #447CAB

Tints of Steel Blue #447CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.16%

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

R = 18.73%
G = 34.16%
B = 47.11%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#447CAB (or 0x447CAB) is known color: Steel Blue. HEX triplet: 44, 7C and AB. RGB value is (68,124,171). Sum of RGB (Red+Green+Blue) = 68+124+171=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #447CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447CAB is #BB8354. Grayscale: #707070. Windows color (decimal): -12288853 or 11238468. OLE color: 11238468.

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

Color convert

RGB 68 124 171 -
CMYK 0.60 0.27 0 0.33
HSL 207.38º 0.43% 0.47% -
HSV(B) 207.38º 0.6% 0.67% -
XYZ 16.94 18.58 41.22 -
YUV 112.61 160.95 96.18 -
System Red Green Blue C M Y K H S L
Decimal 68 124 171 0.60 0.27 0 0.33 207.38 0.43 0.47
Hex 44 7C AB 3C 1B 0 21 CF 2B 2F
Octal 104 174 253 74 33 0 41 317 53 57
Binary 1000100 1111100 10101011 111100 11011 0 100001 11001111 101011 101111

Color Harmonies of #447CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447CAB

Black with #447CAB

Text Example


Text Example

White with #447CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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