Html Css Color HEX #4785BE Steel Blue

📋 copy color: '#4785BE'

red 71 ◦ green 133 ◦ blue 190

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

Shades of Steel Blue #4785BE

Tints of Steel Blue #4785BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.22%

R = 18.02%
G = 33.76%
B = 48.22%

CMYK

 C value IS 0.63

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4785BE (or 0x4785BE) is known color: Steel Blue. HEX triplet: 47, 85 and BE. RGB value is (71,133,190). Sum of RGB (Red+Green+Blue) = 71+133+190=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #4785BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4785BE is #B87A41. Grayscale: #787878. Windows color (decimal): -12089922 or 12485959. OLE color: 12485959.

HSL color Cylindrical-coordinate representation of color #4785BE: hue angle of 208.74º 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 #4785BE is Cyan = 0.63, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 133 190 -
CMYK 0.63 0.3 0 0.25
HSL 208.74º 0.48% 0.51% -
HSV(B) 208.74º 0.63% 0.75% -
XYZ 20.28 21.83 51.86 -
YUV 120.96 166.96 92.37 -
System Red Green Blue C M Y K H S L
Decimal 71 133 190 0.63 0.3 0 0.25 208.74 0.48 0.51
Hex 47 85 BE 3F 1E 0 19 D1 30 33
Octal 107 205 276 77 36 0 31 321 60 63
Binary 1000111 10000101 10111110 111111 11110 0 11001 11010001 110000 110011

Color Harmonies of #4785BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4785BE

Black with #4785BE

Text Example


Text Example

White with #4785BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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