Html Css Color HEX #4888BA Steel Blue

📋 copy color: '#4888BA'

red 72 ◦ green 136 ◦ blue 186

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

Shades of Steel Blue #4888BA

Tints of Steel Blue #4888BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.52%

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 18.27%
G = 34.52%
B = 47.21%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4888BA (or 0x4888BA) is known color: Steel Blue. HEX triplet: 48, 88 and BA. RGB value is (72,136,186). Sum of RGB (Red+Green+Blue) = 72+136+186=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #4888BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4888BA is #B77745. Grayscale: #7A7A7A. Windows color (decimal): -12023622 or 12224584. OLE color: 12224584.

HSL color Cylindrical-coordinate representation of color #4888BA: hue angle of 206.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4888BA is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 136 186 -
CMYK 0.61 0.27 0 0.27
HSL 206.32º 0.45% 0.51% -
HSV(B) 206.32º 0.61% 0.73% -
XYZ 20.34 22.53 49.73 -
YUV 122.56 163.8 91.93 -
System Red Green Blue C M Y K H S L
Decimal 72 136 186 0.61 0.27 0 0.27 206.32 0.45 0.51
Hex 48 88 BA 3D 1B 0 1B CE 2D 33
Octal 110 210 272 75 33 0 33 316 55 63
Binary 1001000 10001000 10111010 111101 11011 0 11011 11001110 101101 110011

Color Harmonies of #4888BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4888BA

Black with #4888BA

Text Example


Text Example

White with #4888BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4888BA; }

 p { color: rgb(72,136,186); }

 H1.HeaderClassName
 {
   color: #4888BA;
 }
 .AnyTagClassName
 {
   color: #4888BA;
 }
</style>

background-color css

<style>
 a { background-color: #4888BA; }

 a { background-color: rgb(72,136,186); }

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

border-color css

<style>
 span { border-color: #4888BA; }

 span { border-color: rgb(72,136,186); }

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