Html Css Color HEX #4D88BA Steel Blue

📋 copy color: '#4D88BA'

red 77 ◦ green 136 ◦ blue 186

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

Shades of Steel Blue #4D88BA

Tints of Steel Blue #4D88BA

RGB

 RED value IS 77 (30.47% from 255) = 19.3%

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

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

R = 19.3%
G = 34.09%
B = 46.62%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D88BA (or 0x4D88BA) is known color: Steel Blue. HEX triplet: 4D, 88 and BA. RGB value is (77,136,186). Sum of RGB (Red+Green+Blue) = 77+136+186=399 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.30% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D88BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D88BA is #B27745. Grayscale: #7B7B7B. Windows color (decimal): -11695942 or 12224589. OLE color: 12224589.

HSL color Cylindrical-coordinate representation of color #4D88BA: hue angle of 207.52º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D88BA is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 136 186 -
CMYK 0.59 0.27 0 0.27
HSL 207.52º 0.44% 0.52% -
HSV(B) 207.52º 0.59% 0.73% -
XYZ 20.73 22.73 49.75 -
YUV 124.06 162.95 94.43 -
System Red Green Blue C M Y K H S L
Decimal 77 136 186 0.59 0.27 0 0.27 207.52 0.44 0.52
Hex 4D 88 BA 3B 1B 0 1B D0 2C 34
Octal 115 210 272 73 33 0 33 320 54 64
Binary 1001101 10001000 10111010 111011 11011 0 11011 11010000 101100 110100

Color Harmonies of #4D88BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D88BA

Black with #4D88BA

Text Example


Text Example

White with #4D88BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D88BA; }

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

 H1.HeaderClassName
 {
   color: #4D88BA;
 }
 .AnyTagClassName
 {
   color: #4D88BA;
 }
</style>

background-color css

<style>
 a { background-color: #4D88BA; }

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

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

border-color css

<style>
 span { border-color: #4D88BA; }

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

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