Html Css Color HEX #447EA4 Steel Blue

📋 copy color: '#447EA4'

red 68 ◦ green 126 ◦ blue 164

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

Shades of Steel Blue #447EA4

Tints of Steel Blue #447EA4

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.2%

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

R = 18.99%
G = 35.2%
B = 45.81%

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

#447EA4 (or 0x447EA4) is known color: Steel Blue. HEX triplet: 44, 7E and A4. RGB value is (68,126,164). Sum of RGB (Red+Green+Blue) = 68+126+164=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #447EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447EA4 is #BB815B. Grayscale: #707070. Windows color (decimal): -12288348 or 10780228. OLE color: 10780228.

HSL color Cylindrical-coordinate representation of color #447EA4: hue angle of 203.75º 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 #447EA4 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 126 164 -
CMYK 0.59 0.23 0 0.36
HSL 203.75º 0.41% 0.45% -
HSV(B) 203.75º 0.59% 0.64% -
XYZ 16.55 18.83 37.88 -
YUV 112.99 156.78 95.91 -
System Red Green Blue C M Y K H S L
Decimal 68 126 164 0.59 0.23 0 0.36 203.75 0.41 0.45
Hex 44 7E A4 3B 17 0 24 CC 29 2D
Octal 104 176 244 73 27 0 44 314 51 55
Binary 1000100 1111110 10100100 111011 10111 0 100100 11001100 101001 101101

Color Harmonies of #447EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447EA4

Black with #447EA4

Text Example


Text Example

White with #447EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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