Html Css Color HEX #4D88BE Steel Blue

📋 copy color: '#4D88BE'

red 77 ◦ green 136 ◦ blue 190

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

Shades of Steel Blue #4D88BE

Tints of Steel Blue #4D88BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 19.11%
G = 33.75%
B = 47.15%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D88BE (or 0x4D88BE) is known color: Steel Blue. HEX triplet: 4D, 88 and BE. RGB value is (77,136,190). Sum of RGB (Red+Green+Blue) = 77+136+190=403 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.11% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D88BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D88BE is #B27741. Grayscale: #7C7C7C. Windows color (decimal): -11695938 or 12486733. OLE color: 12486733.

HSL color Cylindrical-coordinate representation of color #4D88BE: hue angle of 208.67º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D88BE is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 136 190 -
CMYK 0.59 0.28 0 0.25
HSL 208.67º 0.47% 0.52% -
HSV(B) 208.67º 0.59% 0.75% -
XYZ 21.16 22.9 52.02 -
YUV 124.52 164.95 94.11 -
System Red Green Blue C M Y K H S L
Decimal 77 136 190 0.59 0.28 0 0.25 208.67 0.47 0.52
Hex 4D 88 BE 3B 1C 0 19 D1 2F 34
Octal 115 210 276 73 34 0 31 321 57 64
Binary 1001101 10001000 10111110 111011 11100 0 11001 11010001 101111 110100

Color Harmonies of #4D88BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D88BE

Black with #4D88BE

Text Example


Text Example

White with #4D88BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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