Html Css Color HEX #4473AC Steel Blue

📋 copy color: '#4473AC'

red 68 ◦ green 115 ◦ blue 172

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

Shades of Steel Blue #4473AC

Tints of Steel Blue #4473AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.45%

R = 19.15%
G = 32.39%
B = 48.45%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4473AC (or 0x4473AC) is known color: Steel Blue. HEX triplet: 44, 73 and AC. RGB value is (68,115,172). Sum of RGB (Red+Green+Blue) = 68+115+172=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #4473AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4473AC is #BB8C53. Grayscale: #6B6B6B. Windows color (decimal): -12291156 or 11301700. OLE color: 11301700.

HSL color Cylindrical-coordinate representation of color #4473AC: hue angle of 212.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4473AC is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 115 172 -
CMYK 0.60 0.33 0 0.33
HSL 212.88º 0.43% 0.47% -
HSV(B) 212.88º 0.6% 0.67% -
XYZ 15.96 16.47 41.37 -
YUV 107.45 164.43 99.87 -
System Red Green Blue C M Y K H S L
Decimal 68 115 172 0.60 0.33 0 0.33 212.88 0.43 0.47
Hex 44 73 AC 3C 21 0 21 D5 2B 2F
Octal 104 163 254 74 41 0 41 325 53 57
Binary 1000100 1110011 10101100 111100 100001 0 100001 11010101 101011 101111

Color Harmonies of #4473AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4473AC

Black with #4473AC

Text Example


Text Example

White with #4473AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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