Html Css Color HEX #447CC0 Steel Blue

📋 copy color: '#447CC0'

red 68 ◦ green 124 ◦ blue 192

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

Shades of Steel Blue #447CC0

Tints of Steel Blue #447CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50%

R = 17.71%
G = 32.29%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#447CC0 (or 0x447CC0) is known color: Steel Blue. HEX triplet: 44, 7C and C0. RGB value is (68,124,192). Sum of RGB (Red+Green+Blue) = 68+124+192=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #447CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447CC0 is #BB833F. Grayscale: #727272. Windows color (decimal): -12288832 or 12614724. OLE color: 12614724.

HSL color Cylindrical-coordinate representation of color #447CC0: hue angle of 212.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #447CC0 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 124 192 -
CMYK 0.65 0.35 0 0.25
HSL 212.9º 0.5% 0.51% -
HSV(B) 212.9º 0.65% 0.75% -
XYZ 19.11 19.45 52.62 -
YUV 115.01 171.45 94.47 -
System Red Green Blue C M Y K H S L
Decimal 68 124 192 0.65 0.35 0 0.25 212.9 0.5 0.51
Hex 44 7C C0 41 23 0 19 D5 32 33
Octal 104 174 300 101 43 0 31 325 62 63
Binary 1000100 1111100 11000000 1000001 100011 0 11001 11010101 110010 110011

Color Harmonies of #447CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447CC0

Black with #447CC0

Text Example


Text Example

White with #447CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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