Html Css Color HEX #4D8BBE Steel Blue

📋 copy color: '#4D8BBE'

red 77 ◦ green 139 ◦ blue 190

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

Shades of Steel Blue #4D8BBE

Tints of Steel Blue #4D8BBE

RGB

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

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

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

R = 18.97%
G = 34.24%
B = 46.8%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D8BBE (or 0x4D8BBE) is known color: Steel Blue. HEX triplet: 4D, 8B and BE. RGB value is (77,139,190). Sum of RGB (Red+Green+Blue) = 77+139+190=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D8BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8BBE is #B27441. Grayscale: #7E7E7E. Windows color (decimal): -11695170 or 12487501. OLE color: 12487501.

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

Color convert

RGB 77 139 190 -
CMYK 0.59 0.27 0 0.25
HSL 207.08º 0.47% 0.52% -
HSV(B) 207.08º 0.59% 0.75% -
XYZ 21.59 23.76 52.16 -
YUV 126.28 163.96 92.85 -
System Red Green Blue C M Y K H S L
Decimal 77 139 190 0.59 0.27 0 0.25 207.08 0.47 0.52
Hex 4D 8B BE 3B 1B 0 19 CF 2F 34
Octal 115 213 276 73 33 0 31 317 57 64
Binary 1001101 10001011 10111110 111011 11011 0 11001 11001111 101111 110100

Color Harmonies of #4D8BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8BBE

Black with #4D8BBE

Text Example


Text Example

White with #4D8BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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