Html Css Color HEX #447FC1 Steel Blue

📋 copy color: '#447FC1'

red 68 ◦ green 127 ◦ blue 193

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

Shades of Steel Blue #447FC1

Tints of Steel Blue #447FC1

RGB

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

 GREEN value IS 127 (50% from 255) = 32.73%

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

R = 17.53%
G = 32.73%
B = 49.74%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#447FC1 (or 0x447FC1) is known color: Steel Blue. HEX triplet: 44, 7F and C1. RGB value is (68,127,193). Sum of RGB (Red+Green+Blue) = 68+127+193=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #447FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447FC1 is #BB803E. Grayscale: #747474. Windows color (decimal): -12288063 or 12681028. OLE color: 12681028.

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

Color convert

RGB 68 127 193 -
CMYK 0.65 0.34 0 0.24
HSL 211.68º 0.5% 0.51% -
HSV(B) 211.68º 0.65% 0.76% -
XYZ 19.6 20.26 53.33 -
YUV 116.88 170.95 93.13 -
System Red Green Blue C M Y K H S L
Decimal 68 127 193 0.65 0.34 0 0.24 211.68 0.5 0.51
Hex 44 7F C1 41 22 0 18 D4 32 33
Octal 104 177 301 101 42 0 30 324 62 63
Binary 1000100 1111111 11000001 1000001 100010 0 11000 11010100 110010 110011

Color Harmonies of #447FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447FC1

Black with #447FC1

Text Example


Text Example

White with #447FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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