Html Css Color HEX #447BAD Steel Blue

📋 copy color: '#447BAD'

red 68 ◦ green 123 ◦ blue 173

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

Shades of Steel Blue #447BAD

Tints of Steel Blue #447BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.79%

 BLUE value IS 173 (67.97% from 255) = 47.53%

R = 18.68%
G = 33.79%
B = 47.53%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#447BAD (or 0x447BAD) is known color: Steel Blue. HEX triplet: 44, 7B and AD. RGB value is (68,123,173). Sum of RGB (Red+Green+Blue) = 68+123+173=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #447BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447BAD is #BB8452. Grayscale: #707070. Windows color (decimal): -12289107 or 11369284. OLE color: 11369284.

HSL color Cylindrical-coordinate representation of color #447BAD: hue angle of 208.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #447BAD is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 123 173 -
CMYK 0.61 0.29 0 0.32
HSL 208.57º 0.44% 0.47% -
HSV(B) 208.57º 0.61% 0.68% -
XYZ 17.01 18.41 42.19 -
YUV 112.26 162.28 96.43 -
System Red Green Blue C M Y K H S L
Decimal 68 123 173 0.61 0.29 0 0.32 208.57 0.44 0.47
Hex 44 7B AD 3D 1D 0 20 D1 2C 2F
Octal 104 173 255 75 35 0 40 321 54 57
Binary 1000100 1111011 10101101 111101 11101 0 100000 11010001 101100 101111

Color Harmonies of #447BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447BAD

Black with #447BAD

Text Example


Text Example

White with #447BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,123,173); }

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

background-color css

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

 a { background-color: rgb(68,123,173); }

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

border-color css

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

 span { border-color: rgb(68,123,173); }

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