Html Css Color HEX #4785AB Steel Blue

📋 copy color: '#4785AB'

red 71 ◦ green 133 ◦ blue 171

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

Shades of Steel Blue #4785AB

Tints of Steel Blue #4785AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

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

R = 18.93%
G = 35.47%
B = 45.6%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4785AB (or 0x4785AB) is known color: Steel Blue. HEX triplet: 47, 85 and AB. RGB value is (71,133,171). Sum of RGB (Red+Green+Blue) = 71+133+171=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #4785AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4785AB is #B87A54. Grayscale: #767676. Windows color (decimal): -12089941 or 11240775. OLE color: 11240775.

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

Color convert

RGB 71 133 171 -
CMYK 0.58 0.22 0 0.33
HSL 202.8º 0.41% 0.47% -
HSV(B) 202.8º 0.58% 0.67% -
XYZ 18.34 21.05 41.63 -
YUV 118.79 157.46 93.91 -
System Red Green Blue C M Y K H S L
Decimal 71 133 171 0.58 0.22 0 0.33 202.8 0.41 0.47
Hex 47 85 AB 3A 16 0 21 CB 29 2F
Octal 107 205 253 72 26 0 41 313 51 57
Binary 1000111 10000101 10101011 111010 10110 0 100001 11001011 101001 101111

Color Harmonies of #4785AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4785AB

Black with #4785AB

Text Example


Text Example

White with #4785AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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