Html Css Color HEX #4D8BBF Steel Blue

📋 copy color: '#4D8BBF'

red 77 ◦ green 139 ◦ blue 191

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

Shades of Steel Blue #4D8BBF

Tints of Steel Blue #4D8BBF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.15%

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

R = 18.92%
G = 34.15%
B = 46.93%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D8BBF (or 0x4D8BBF) is known color: Steel Blue. HEX triplet: 4D, 8B and BF. RGB value is (77,139,191). Sum of RGB (Red+Green+Blue) = 77+139+191=407 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.92% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D8BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8BBF is #B27440. Grayscale: #7E7E7E. Windows color (decimal): -11695169 or 12553037. OLE color: 12553037.

HSL color Cylindrical-coordinate representation of color #4D8BBF: hue angle of 207.37º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D8BBF is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 139 191 -
CMYK 0.60 0.27 0 0.25
HSL 207.37º 0.47% 0.53% -
HSV(B) 207.37º 0.6% 0.75% -
XYZ 21.7 23.8 52.74 -
YUV 126.39 164.46 92.77 -
System Red Green Blue C M Y K H S L
Decimal 77 139 191 0.60 0.27 0 0.25 207.37 0.47 0.53
Hex 4D 8B BF 3C 1B 0 19 CF 2F 35
Octal 115 213 277 74 33 0 31 317 57 65
Binary 1001101 10001011 10111111 111100 11011 0 11001 11001111 101111 110101

Color Harmonies of #4D8BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8BBF

Black with #4D8BBF

Text Example


Text Example

White with #4D8BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,139,191); }

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

background-color css

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

 a { background-color: rgb(77,139,191); }

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

border-color css

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

 span { border-color: rgb(77,139,191); }

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