Html Css Color HEX #4780AB Steel Blue

📋 copy color: '#4780AB'

red 71 ◦ green 128 ◦ blue 171

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

Shades of Steel Blue #4780AB

Tints of Steel Blue #4780AB

RGB

 RED value IS 71 (28.13% from 255) = 19.19%

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

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

R = 19.19%
G = 34.59%
B = 46.22%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4780AB (or 0x4780AB) is known color: Steel Blue. HEX triplet: 47, 80 and AB. RGB value is (71,128,171). Sum of RGB (Red+Green+Blue) = 71+128+171=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #4780AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4780AB is #B87F54. Grayscale: #737373. Windows color (decimal): -12091221 or 11239495. OLE color: 11239495.

HSL color Cylindrical-coordinate representation of color #4780AB: hue angle of 205.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4780AB is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 128 171 -
CMYK 0.58 0.25 0 0.33
HSL 205.8º 0.41% 0.47% -
HSV(B) 205.8º 0.58% 0.67% -
XYZ 17.67 19.72 41.4 -
YUV 115.86 159.12 96 -
System Red Green Blue C M Y K H S L
Decimal 71 128 171 0.58 0.25 0 0.33 205.8 0.41 0.47
Hex 47 80 AB 3A 19 0 21 CE 29 2F
Octal 107 200 253 72 31 0 41 316 51 57
Binary 1000111 10000000 10101011 111010 11001 0 100001 11001110 101001 101111

Color Harmonies of #4780AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4780AB

Black with #4780AB

Text Example


Text Example

White with #4780AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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