Html Css Color HEX #4887BD Steel Blue

📋 copy color: '#4887BD'

red 72 ◦ green 135 ◦ blue 189

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

Shades of Steel Blue #4887BD

Tints of Steel Blue #4887BD

RGB

 RED value IS 72 (28.52% from 255) = 18.18%

 GREEN value IS 135 (53.13% from 255) = 34.09%

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 18.18%
G = 34.09%
B = 47.73%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4887BD (or 0x4887BD) is known color: Steel Blue. HEX triplet: 48, 87 and BD. RGB value is (72,135,189). Sum of RGB (Red+Green+Blue) = 72+135+189=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #4887BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4887BD is #B77842. Grayscale: #7A7A7A. Windows color (decimal): -12023875 or 12420936. OLE color: 12420936.

HSL color Cylindrical-coordinate representation of color #4887BD: hue angle of 207.69º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4887BD is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 135 189 -
CMYK 0.62 0.29 0 0.26
HSL 207.69º 0.47% 0.51% -
HSV(B) 207.69º 0.62% 0.74% -
XYZ 20.52 22.38 51.38 -
YUV 122.32 165.63 92.11 -
System Red Green Blue C M Y K H S L
Decimal 72 135 189 0.62 0.29 0 0.26 207.69 0.47 0.51
Hex 48 87 BD 3E 1D 0 1A D0 2F 33
Octal 110 207 275 76 35 0 32 320 57 63
Binary 1001000 10000111 10111101 111110 11101 0 11010 11010000 101111 110011

Color Harmonies of #4887BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4887BD

Black with #4887BD

Text Example


Text Example

White with #4887BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4887BD; }

 p { color: rgb(72,135,189); }

 H1.HeaderClassName
 {
   color: #4887BD;
 }
 .AnyTagClassName
 {
   color: #4887BD;
 }
</style>

background-color css

<style>
 a { background-color: #4887BD; }

 a { background-color: rgb(72,135,189); }

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

border-color css

<style>
 span { border-color: #4887BD; }

 span { border-color: rgb(72,135,189); }

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