Html Css Color HEX #447DC6 Steel Blue

📋 copy color: '#447DC6'

red 68 ◦ green 125 ◦ blue 198

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

Shades of Steel Blue #447DC6

Tints of Steel Blue #447DC6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.97%

 BLUE value IS 198 (77.73% from 255) = 50.64%

R = 17.39%
G = 31.97%
B = 50.64%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#447DC6 (or 0x447DC6) is known color: Steel Blue. HEX triplet: 44, 7D and C6. RGB value is (68,125,198). Sum of RGB (Red+Green+Blue) = 68+125+198=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #447DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DC6 is #BB8239. Grayscale: #737373. Windows color (decimal): -12288570 or 13008196. OLE color: 13008196.

HSL color Cylindrical-coordinate representation of color #447DC6: hue angle of 213.69º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #447DC6 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 68 125 198 -
CMYK 0.66 0.37 0 0.22
HSL 213.69º 0.53% 0.52% -
HSV(B) 213.69º 0.66% 0.78% -
XYZ 19.91 19.97 56.23 -
YUV 116.28 174.12 93.56 -
System Red Green Blue C M Y K H S L
Decimal 68 125 198 0.66 0.37 0 0.22 213.69 0.53 0.52
Hex 44 7D C6 42 25 0 16 D6 35 34
Octal 104 175 306 102 45 0 26 326 65 64
Binary 1000100 1111101 11000110 1000010 100101 0 10110 11010110 110101 110100

Color Harmonies of #447DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447DC6

Black with #447DC6

Text Example


Text Example

White with #447DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,125,198); }

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

background-color css

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

 a { background-color: rgb(68,125,198); }

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

border-color css

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

 span { border-color: rgb(68,125,198); }

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