Html Css Color HEX #447CAC Steel Blue

📋 copy color: '#447CAC'

red 68 ◦ green 124 ◦ blue 172

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

Shades of Steel Blue #447CAC

Tints of Steel Blue #447CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 18.68%
G = 34.07%
B = 47.25%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#447CAC (or 0x447CAC) is known color: Steel Blue. HEX triplet: 44, 7C and AC. RGB value is (68,124,172). Sum of RGB (Red+Green+Blue) = 68+124+172=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #447CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447CAC is #BB8353. Grayscale: #707070. Windows color (decimal): -12288852 or 11304004. OLE color: 11304004.

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

Color convert

RGB 68 124 172 -
CMYK 0.60 0.28 0 0.33
HSL 207.69º 0.43% 0.47% -
HSV(B) 207.69º 0.6% 0.67% -
XYZ 17.04 18.62 41.73 -
YUV 112.73 161.45 96.1 -
System Red Green Blue C M Y K H S L
Decimal 68 124 172 0.60 0.28 0 0.33 207.69 0.43 0.47
Hex 44 7C AC 3C 1C 0 21 D0 2B 2F
Octal 104 174 254 74 34 0 41 320 53 57
Binary 1000100 1111100 10101100 111100 11100 0 100001 11010000 101011 101111

Color Harmonies of #447CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447CAC

Black with #447CAC

Text Example


Text Example

White with #447CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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