Html Css Color HEX #447BC1 Steel Blue

📋 copy color: '#447BC1'

red 68 ◦ green 123 ◦ blue 193

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

Shades of Steel Blue #447BC1

Tints of Steel Blue #447BC1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.03%

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

R = 17.71%
G = 32.03%
B = 50.26%

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

#447BC1 (or 0x447BC1) is known color: Steel Blue. HEX triplet: 44, 7B and C1. RGB value is (68,123,193). Sum of RGB (Red+Green+Blue) = 68+123+193=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #447BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BC1 is #BB843E. Grayscale: #727272. Windows color (decimal): -12289087 or 12680004. OLE color: 12680004.

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

Color convert

RGB 68 123 193 -
CMYK 0.65 0.36 0 0.24
HSL 213.6º 0.5% 0.51% -
HSV(B) 213.6º 0.65% 0.76% -
XYZ 19.09 19.25 53.16 -
YUV 114.54 172.28 94.81 -
System Red Green Blue C M Y K H S L
Decimal 68 123 193 0.65 0.36 0 0.24 213.6 0.5 0.51
Hex 44 7B C1 41 24 0 18 D6 32 33
Octal 104 173 301 101 44 0 30 326 62 63
Binary 1000100 1111011 11000001 1000001 100100 0 11000 11010110 110010 110011

Color Harmonies of #447BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447BC1

Black with #447BC1

Text Example


Text Example

White with #447BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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