Html Css Color HEX #4473B6 Steel Blue

📋 copy color: '#4473B6'

red 68 ◦ green 115 ◦ blue 182

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

Shades of Steel Blue #4473B6

Tints of Steel Blue #4473B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.86%

R = 18.63%
G = 31.51%
B = 49.86%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4473B6 (or 0x4473B6) is known color: Steel Blue. HEX triplet: 44, 73 and B6. RGB value is (68,115,182). Sum of RGB (Red+Green+Blue) = 68+115+182=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #4473B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4473B6 is #BB8C49. Grayscale: #6C6C6C. Windows color (decimal): -12291146 or 11957060. OLE color: 11957060.

HSL color Cylindrical-coordinate representation of color #4473B6: hue angle of 215.26º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4473B6 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 68 115 182 -
CMYK 0.63 0.37 0 0.29
HSL 215.26º 0.46% 0.49% -
HSV(B) 215.26º 0.63% 0.71% -
XYZ 16.96 16.87 46.62 -
YUV 108.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 68 115 182 0.63 0.37 0 0.29 215.26 0.46 0.49
Hex 44 73 B6 3F 25 0 1D D7 2E 31
Octal 104 163 266 77 45 0 35 327 56 61
Binary 1000100 1110011 10110110 111111 100101 0 11101 11010111 101110 110001

Color Harmonies of #4473B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4473B6

Black with #4473B6

Text Example


Text Example

White with #4473B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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