Html Css Color HEX #447CAF Steel Blue

📋 copy color: '#447CAF'

red 68 ◦ green 124 ◦ blue 175

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

Shades of Steel Blue #447CAF

Tints of Steel Blue #447CAF

RGB

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

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

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

R = 18.53%
G = 33.79%
B = 47.68%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#447CAF (or 0x447CAF) is known color: Steel Blue. HEX triplet: 44, 7C and AF. RGB value is (68,124,175). Sum of RGB (Red+Green+Blue) = 68+124+175=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #447CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447CAF is #BB8350. Grayscale: #707070. Windows color (decimal): -12288849 or 11500612. OLE color: 11500612.

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

Color convert

RGB 68 124 175 -
CMYK 0.61 0.29 0 0.31
HSL 208.6º 0.44% 0.48% -
HSV(B) 208.6º 0.61% 0.69% -
XYZ 17.33 18.74 43.26 -
YUV 113.07 162.95 95.85 -
System Red Green Blue C M Y K H S L
Decimal 68 124 175 0.61 0.29 0 0.31 208.6 0.44 0.48
Hex 44 7C AF 3D 1D 0 1F D1 2C 30
Octal 104 174 257 75 35 0 37 321 54 60
Binary 1000100 1111100 10101111 111101 11101 0 11111 11010001 101100 110000

Color Harmonies of #447CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447CAF

Black with #447CAF

Text Example


Text Example

White with #447CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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