Html Css Color HEX #4782BB Steel Blue

📋 copy color: '#4782BB'

red 71 ◦ green 130 ◦ blue 187

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

Shades of Steel Blue #4782BB

Tints of Steel Blue #4782BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

 BLUE value IS 187 (73.44% from 255) = 48.2%

R = 18.3%
G = 33.51%
B = 48.2%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4782BB (or 0x4782BB) is known color: Steel Blue. HEX triplet: 47, 82 and BB. RGB value is (71,130,187). Sum of RGB (Red+Green+Blue) = 71+130+187=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #4782BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4782BB is #B87D44. Grayscale: #767676. Windows color (decimal): -12090693 or 12288583. OLE color: 12288583.

HSL color Cylindrical-coordinate representation of color #4782BB: hue angle of 209.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4782BB is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 130 187 -
CMYK 0.62 0.30 0 0.27
HSL 209.48º 0.46% 0.51% -
HSV(B) 209.48º 0.62% 0.73% -
XYZ 19.55 20.89 50.02 -
YUV 118.86 166.45 93.87 -
System Red Green Blue C M Y K H S L
Decimal 71 130 187 0.62 0.30 0 0.27 209.48 0.46 0.51
Hex 47 82 BB 3E 1E 0 1B D1 2E 33
Octal 107 202 273 76 36 0 33 321 56 63
Binary 1000111 10000010 10111011 111110 11110 0 11011 11010001 101110 110011

Color Harmonies of #4782BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4782BB

Black with #4782BB

Text Example


Text Example

White with #4782BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4782BB; }

 p { color: rgb(71,130,187); }

 H1.HeaderClassName
 {
   color: #4782BB;
 }
 .AnyTagClassName
 {
   color: #4782BB;
 }
</style>

background-color css

<style>
 a { background-color: #4782BB; }

 a { background-color: rgb(71,130,187); }

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

border-color css

<style>
 span { border-color: #4782BB; }

 span { border-color: rgb(71,130,187); }

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