Html Css Color HEX #447EBF Steel Blue

📋 copy color: '#447EBF'

red 68 ◦ green 126 ◦ blue 191

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

Shades of Steel Blue #447EBF

Tints of Steel Blue #447EBF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.73%

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

R = 17.66%
G = 32.73%
B = 49.61%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#447EBF (or 0x447EBF) is known color: Steel Blue. HEX triplet: 44, 7E and BF. RGB value is (68,126,191). Sum of RGB (Red+Green+Blue) = 68+126+191=385 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.66% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #447EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447EBF is #BB8140. Grayscale: #737373. Windows color (decimal): -12288321 or 12549700. OLE color: 12549700.

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

Color convert

RGB 68 126 191 -
CMYK 0.64 0.34 0 0.25
HSL 211.71º 0.49% 0.51% -
HSV(B) 211.71º 0.64% 0.75% -
XYZ 19.25 19.91 52.12 -
YUV 116.07 170.28 93.71 -
System Red Green Blue C M Y K H S L
Decimal 68 126 191 0.64 0.34 0 0.25 211.71 0.49 0.51
Hex 44 7E BF 40 22 0 19 D4 31 33
Octal 104 176 277 100 42 0 31 324 61 63
Binary 1000100 1111110 10111111 1000000 100010 0 11001 11010100 110001 110011

Color Harmonies of #447EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447EBF

Black with #447EBF

Text Example


Text Example

White with #447EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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