Html Css Color HEX #447FA4 Steel Blue

📋 copy color: '#447FA4'

red 68 ◦ green 127 ◦ blue 164

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

Shades of Steel Blue #447FA4

Tints of Steel Blue #447FA4

RGB

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

 GREEN value IS 127 (50% from 255) = 35.38%

 BLUE value IS 164 (64.45% from 255) = 45.68%

R = 18.94%
G = 35.38%
B = 45.68%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#447FA4 (or 0x447FA4) is known color: Steel Blue. HEX triplet: 44, 7F and A4. RGB value is (68,127,164). Sum of RGB (Red+Green+Blue) = 68+127+164=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #447FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447FA4 is #BB805B. Grayscale: #717171. Windows color (decimal): -12288092 or 10780484. OLE color: 10780484.

HSL color Cylindrical-coordinate representation of color #447FA4: hue angle of 203.12º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #447FA4 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 127 164 -
CMYK 0.59 0.23 0 0.36
HSL 203.13º 0.41% 0.45% -
HSV(B) 203.13º 0.59% 0.64% -
XYZ 16.67 19.09 37.93 -
YUV 113.58 156.45 95.49 -
System Red Green Blue C M Y K H S L
Decimal 68 127 164 0.59 0.23 0 0.36 203.13 0.41 0.45
Hex 44 7F A4 3B 17 0 24 CB 29 2D
Octal 104 177 244 73 27 0 44 313 51 55
Binary 1000100 1111111 10100100 111011 10111 0 100100 11001011 101001 101101

Color Harmonies of #447FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447FA4

Black with #447FA4

Text Example


Text Example

White with #447FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,127,164); }

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

background-color css

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

 a { background-color: rgb(68,127,164); }

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

border-color css

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

 span { border-color: rgb(68,127,164); }

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