Html Css Color HEX #447FBA Steel Blue

📋 copy color: '#447FBA'

red 68 ◦ green 127 ◦ blue 186

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

Shades of Steel Blue #447FBA

Tints of Steel Blue #447FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 17.85%
G = 33.33%
B = 48.82%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#447FBA (or 0x447FBA) is known color: Steel Blue. HEX triplet: 44, 7F and BA. RGB value is (68,127,186). Sum of RGB (Red+Green+Blue) = 68+127+186=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #447FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447FBA is #BB8045. Grayscale: #737373. Windows color (decimal): -12288070 or 12222276. OLE color: 12222276.

HSL color Cylindrical-coordinate representation of color #447FBA: hue angle of 210º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #447FBA is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 127 186 -
CMYK 0.63 0.32 0 0.27
HSL 210º 0.46% 0.5% -
HSV(B) 210º 0.63% 0.73% -
XYZ 18.84 19.95 49.31 -
YUV 116.09 167.45 93.7 -
System Red Green Blue C M Y K H S L
Decimal 68 127 186 0.63 0.32 0 0.27 210 0.46 0.5
Hex 44 7F BA 3F 20 0 1B D2 2E 32
Octal 104 177 272 77 40 0 33 322 56 62
Binary 1000100 1111111 10111010 111111 100000 0 11011 11010010 101110 110010

Color Harmonies of #447FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447FBA

Black with #447FBA

Text Example


Text Example

White with #447FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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