Html Css Color HEX #4785BF Steel Blue

📋 copy color: '#4785BF'

red 71 ◦ green 133 ◦ blue 191

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

Shades of Steel Blue #4785BF

Tints of Steel Blue #4785BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.35%

R = 17.97%
G = 33.67%
B = 48.35%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4785BF (or 0x4785BF) is known color: Steel Blue. HEX triplet: 47, 85 and BF. RGB value is (71,133,191). Sum of RGB (Red+Green+Blue) = 71+133+191=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #4785BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4785BF is #B87A40. Grayscale: #787878. Windows color (decimal): -12089921 or 12551495. OLE color: 12551495.

HSL color Cylindrical-coordinate representation of color #4785BF: hue angle of 209º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4785BF is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 133 191 -
CMYK 0.63 0.30 0 0.25
HSL 209º 0.48% 0.51% -
HSV(B) 209º 0.63% 0.75% -
XYZ 20.39 21.88 52.44 -
YUV 121.07 167.46 92.28 -
System Red Green Blue C M Y K H S L
Decimal 71 133 191 0.63 0.30 0 0.25 209 0.48 0.51
Hex 47 85 BF 3F 1E 0 19 D1 30 33
Octal 107 205 277 77 36 0 31 321 60 63
Binary 1000111 10000101 10111111 111111 11110 0 11001 11010001 110000 110011

Color Harmonies of #4785BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4785BF

Black with #4785BF

Text Example


Text Example

White with #4785BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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