Html Css Color HEX #447AC5 Steel Blue

📋 copy color: '#447AC5'

red 68 ◦ green 122 ◦ blue 197

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

Shades of Steel Blue #447AC5

Tints of Steel Blue #447AC5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.52%

 BLUE value IS 197 (77.34% from 255) = 50.9%

R = 17.57%
G = 31.52%
B = 50.9%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#447AC5 (or 0x447AC5) is known color: Steel Blue. HEX triplet: 44, 7A and C5. RGB value is (68,122,197). Sum of RGB (Red+Green+Blue) = 68+122+197=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 197 (77.34% from 255 or 50.90% from 387); Max value from RGB is 197 - color contains mainly: blue. Hex color #447AC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447AC5 is #BB853A. Grayscale: #727272. Windows color (decimal): -12289339 or 12941892. OLE color: 12941892.

HSL color Cylindrical-coordinate representation of color #447AC5: hue angle of 214.88º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #447AC5 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 68 122 197 -
CMYK 0.65 0.38 0 0.23
HSL 214.88º 0.53% 0.52% -
HSV(B) 214.88º 0.65% 0.77% -
XYZ 19.42 19.18 55.5 -
YUV 114.4 174.61 94.9 -
System Red Green Blue C M Y K H S L
Decimal 68 122 197 0.65 0.38 0 0.23 214.88 0.53 0.52
Hex 44 7A C5 41 26 0 17 D7 35 34
Octal 104 172 305 101 46 0 27 327 65 64
Binary 1000100 1111010 11000101 1000001 100110 0 10111 11010111 110101 110100

Color Harmonies of #447AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447AC5

Black with #447AC5

Text Example


Text Example

White with #447AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,122,197); }

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

background-color css

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

 a { background-color: rgb(68,122,197); }

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

border-color css

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

 span { border-color: rgb(68,122,197); }

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