Html Css Color HEX #4473BA Steel Blue

📋 copy color: '#4473BA'

red 68 ◦ green 115 ◦ blue 186

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

Shades of Steel Blue #4473BA

Tints of Steel Blue #4473BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.17%

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

R = 18.43%
G = 31.17%
B = 50.41%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4473BA (or 0x4473BA) is known color: Steel Blue. HEX triplet: 44, 73 and BA. RGB value is (68,115,186). Sum of RGB (Red+Green+Blue) = 68+115+186=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #4473BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4473BA is #BB8C45. Grayscale: #6C6C6C. Windows color (decimal): -12291142 or 12219204. OLE color: 12219204.

HSL color Cylindrical-coordinate representation of color #4473BA: hue angle of 216.1º 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 #4473BA is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 115 186 -
CMYK 0.63 0.38 0 0.27
HSL 216.1º 0.46% 0.5% -
HSV(B) 216.1º 0.63% 0.73% -
XYZ 17.38 17.04 48.83 -
YUV 109.04 171.43 98.73 -
System Red Green Blue C M Y K H S L
Decimal 68 115 186 0.63 0.38 0 0.27 216.1 0.46 0.5
Hex 44 73 BA 3F 26 0 1B D8 2E 32
Octal 104 163 272 77 46 0 33 330 56 62
Binary 1000100 1110011 10111010 111111 100110 0 11011 11011000 101110 110010

Color Harmonies of #4473BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4473BA

Black with #4473BA

Text Example


Text Example

White with #4473BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4473BA; }

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

 H1.HeaderClassName
 {
   color: #4473BA;
 }
 .AnyTagClassName
 {
   color: #4473BA;
 }
</style>

background-color css

<style>
 a { background-color: #4473BA; }

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

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

border-color css

<style>
 span { border-color: #4473BA; }

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

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