Html Css Color HEX #4888BF Steel Blue

📋 copy color: '#4888BF'

red 72 ◦ green 136 ◦ blue 191

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

Shades of Steel Blue #4888BF

Tints of Steel Blue #4888BF

RGB

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

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

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

R = 18.05%
G = 34.09%
B = 47.87%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4888BF (or 0x4888BF) is known color: Steel Blue. HEX triplet: 48, 88 and BF. RGB value is (72,136,191). Sum of RGB (Red+Green+Blue) = 72+136+191=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #4888BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4888BF is #B77740. Grayscale: #7A7A7A. Windows color (decimal): -12023617 or 12552264. OLE color: 12552264.

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

Color convert

RGB 72 136 191 -
CMYK 0.62 0.29 0 0.25
HSL 207.73º 0.48% 0.52% -
HSV(B) 207.73º 0.62% 0.75% -
XYZ 20.88 22.75 52.58 -
YUV 123.13 166.3 91.53 -
System Red Green Blue C M Y K H S L
Decimal 72 136 191 0.62 0.29 0 0.25 207.73 0.48 0.52
Hex 48 88 BF 3E 1D 0 19 D0 30 34
Octal 110 210 277 76 35 0 31 320 60 64
Binary 1001000 10001000 10111111 111110 11101 0 11001 11010000 110000 110100

Color Harmonies of #4888BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4888BF

Black with #4888BF

Text Example


Text Example

White with #4888BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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