Html Css Color HEX #4473AB Steel Blue

📋 copy color: '#4473AB'

red 68 ◦ green 115 ◦ blue 171

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

Shades of Steel Blue #4473AB

Tints of Steel Blue #4473AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.31%

R = 19.21%
G = 32.49%
B = 48.31%

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

#4473AB (or 0x4473AB) is known color: Steel Blue. HEX triplet: 44, 73 and AB. RGB value is (68,115,171). Sum of RGB (Red+Green+Blue) = 68+115+171=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #4473AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4473AB is #BB8C54. Grayscale: #6B6B6B. Windows color (decimal): -12291157 or 11236164. OLE color: 11236164.

HSL color Cylindrical-coordinate representation of color #4473AB: hue angle of 212.62º 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 #4473AB is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 115 171 -
CMYK 0.60 0.33 0 0.33
HSL 212.62º 0.43% 0.47% -
HSV(B) 212.62º 0.6% 0.67% -
XYZ 15.87 16.43 40.86 -
YUV 107.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 68 115 171 0.60 0.33 0 0.33 212.62 0.43 0.47
Hex 44 73 AB 3C 21 0 21 D5 2B 2F
Octal 104 163 253 74 41 0 41 325 53 57
Binary 1000100 1110011 10101011 111100 100001 0 100001 11010101 101011 101111

Color Harmonies of #4473AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4473AB

Black with #4473AB

Text Example


Text Example

White with #4473AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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