Html Css Color HEX #447CC1 Steel Blue

📋 copy color: '#447CC1'

red 68 ◦ green 124 ◦ blue 193

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

Shades of Steel Blue #447CC1

Tints of Steel Blue #447CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.13%

R = 17.66%
G = 32.21%
B = 50.13%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#447CC1 (or 0x447CC1) is known color: Steel Blue. HEX triplet: 44, 7C and C1. RGB value is (68,124,193). Sum of RGB (Red+Green+Blue) = 68+124+193=385 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.66% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #447CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447CC1 is #BB833E. Grayscale: #727272. Windows color (decimal): -12288831 or 12680260. OLE color: 12680260.

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

Color convert

RGB 68 124 193 -
CMYK 0.65 0.36 0 0.24
HSL 213.12º 0.5% 0.51% -
HSV(B) 213.12º 0.65% 0.76% -
XYZ 19.22 19.49 53.2 -
YUV 115.12 171.95 94.39 -
System Red Green Blue C M Y K H S L
Decimal 68 124 193 0.65 0.36 0 0.24 213.12 0.5 0.51
Hex 44 7C C1 41 24 0 18 D5 32 33
Octal 104 174 301 101 44 0 30 325 62 63
Binary 1000100 1111100 11000001 1000001 100100 0 11000 11010101 110010 110011

Color Harmonies of #447CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447CC1

Black with #447CC1

Text Example


Text Example

White with #447CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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