Html Css Color HEX #4480AB Steel Blue

📋 copy color: '#4480AB'

red 68 ◦ green 128 ◦ blue 171

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

Shades of Steel Blue #4480AB

Tints of Steel Blue #4480AB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.88%

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

R = 18.53%
G = 34.88%
B = 46.59%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4480AB (or 0x4480AB) is known color: Steel Blue. HEX triplet: 44, 80 and AB. RGB value is (68,128,171). Sum of RGB (Red+Green+Blue) = 68+128+171=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #4480AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4480AB is #BB7F54. Grayscale: #727272. Windows color (decimal): -12287829 or 11239492. OLE color: 11239492.

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

Color convert

RGB 68 128 171 -
CMYK 0.60 0.25 0 0.33
HSL 205.05º 0.43% 0.47% -
HSV(B) 205.05º 0.6% 0.67% -
XYZ 17.45 19.61 41.39 -
YUV 114.96 159.62 94.5 -
System Red Green Blue C M Y K H S L
Decimal 68 128 171 0.60 0.25 0 0.33 205.05 0.43 0.47
Hex 44 80 AB 3C 19 0 21 CD 2B 2F
Octal 104 200 253 74 31 0 41 315 53 57
Binary 1000100 10000000 10101011 111100 11001 0 100001 11001101 101011 101111

Color Harmonies of #4480AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4480AB

Black with #4480AB

Text Example


Text Example

White with #4480AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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