Html Css Color HEX #447ABF Steel Blue

📋 copy color: '#447ABF'

red 68 ◦ green 122 ◦ blue 191

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

Shades of Steel Blue #447ABF

Tints of Steel Blue #447ABF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.02%

 BLUE value IS 191 (75% from 255) = 50.13%

R = 17.85%
G = 32.02%
B = 50.13%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#447ABF (or 0x447ABF) is known color: Steel Blue. HEX triplet: 44, 7A and BF. RGB value is (68,122,191). Sum of RGB (Red+Green+Blue) = 68+122+191=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #447ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ABF is #BB8540. Grayscale: #717171. Windows color (decimal): -12289345 or 12548676. OLE color: 12548676.

HSL color Cylindrical-coordinate representation of color #447ABF: hue angle of 213.66º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #447ABF is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 122 191 -
CMYK 0.64 0.36 0 0.25
HSL 213.66º 0.49% 0.51% -
HSV(B) 213.66º 0.64% 0.75% -
XYZ 18.75 18.91 51.95 -
YUV 113.72 171.61 95.39 -
System Red Green Blue C M Y K H S L
Decimal 68 122 191 0.64 0.36 0 0.25 213.66 0.49 0.51
Hex 44 7A BF 40 24 0 19 D6 31 33
Octal 104 172 277 100 44 0 31 326 61 63
Binary 1000100 1111010 10111111 1000000 100100 0 11001 11010110 110001 110011

Color Harmonies of #447ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447ABF

Black with #447ABF

Text Example


Text Example

White with #447ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,122,191); }

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

background-color css

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

 a { background-color: rgb(68,122,191); }

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

border-color css

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

 span { border-color: rgb(68,122,191); }

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