Html Css Color HEX #447CB1 Steel Blue

📋 copy color: '#447CB1'

red 68 ◦ green 124 ◦ blue 177

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

Shades of Steel Blue #447CB1

Tints of Steel Blue #447CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.97%

R = 18.43%
G = 33.6%
B = 47.97%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#447CB1 (or 0x447CB1) is known color: Steel Blue. HEX triplet: 44, 7C and B1. RGB value is (68,124,177). Sum of RGB (Red+Green+Blue) = 68+124+177=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 177 (69.53% from 255 or 47.97% from 369); Max value from RGB is 177 - color contains mainly: blue. Hex color #447CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447CB1 is #BB834E. Grayscale: #717171. Windows color (decimal): -12288847 or 11631684. OLE color: 11631684.

HSL color Cylindrical-coordinate representation of color #447CB1: hue angle of 209.17º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #447CB1 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 124 177 -
CMYK 0.62 0.30 0 0.31
HSL 209.17º 0.44% 0.48% -
HSV(B) 209.17º 0.62% 0.69% -
XYZ 17.53 18.82 44.3 -
YUV 113.3 163.95 95.69 -
System Red Green Blue C M Y K H S L
Decimal 68 124 177 0.62 0.30 0 0.31 209.17 0.44 0.48
Hex 44 7C B1 3E 1E 0 1F D1 2C 30
Octal 104 174 261 76 36 0 37 321 54 60
Binary 1000100 1111100 10110001 111110 11110 0 11111 11010001 101100 110000

Color Harmonies of #447CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447CB1

Black with #447CB1

Text Example


Text Example

White with #447CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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