Html Css Color HEX #4D8CBB Steel Blue

📋 copy color: '#4D8CBB'

red 77 ◦ green 140 ◦ blue 187

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

Shades of Steel Blue #4D8CBB

Tints of Steel Blue #4D8CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.65%

 BLUE value IS 187 (73.44% from 255) = 46.29%

R = 19.06%
G = 34.65%
B = 46.29%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D8CBB (or 0x4D8CBB) is known color: Steel Blue. HEX triplet: 4D, 8C and BB. RGB value is (77,140,187). Sum of RGB (Red+Green+Blue) = 77+140+187=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D8CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8CBB is #B27344. Grayscale: #7E7E7E. Windows color (decimal): -11694917 or 12291149. OLE color: 12291149.

HSL color Cylindrical-coordinate representation of color #4D8CBB: hue angle of 205.64º degrees, saturation: 0.45, 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 #4D8CBB is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 140 187 -
CMYK 0.59 0.25 0 0.27
HSL 205.64º 0.45% 0.52% -
HSV(B) 205.64º 0.59% 0.73% -
XYZ 21.41 23.92 50.5 -
YUV 126.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 77 140 187 0.59 0.25 0 0.27 205.64 0.45 0.52
Hex 4D 8C BB 3B 19 0 1B CE 2D 34
Octal 115 214 273 73 31 0 33 316 55 64
Binary 1001101 10001100 10111011 111011 11001 0 11011 11001110 101101 110100

Color Harmonies of #4D8CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8CBB

Black with #4D8CBB

Text Example


Text Example

White with #4D8CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,140,187); }

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

background-color css

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

 a { background-color: rgb(77,140,187); }

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

border-color css

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

 span { border-color: rgb(77,140,187); }

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