Html Css Color HEX #4D7CAD Steel Blue

📋 copy color: '#4D7CAD'

red 77 ◦ green 124 ◦ blue 173

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

Shades of Steel Blue #4D7CAD

Tints of Steel Blue #4D7CAD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.16%

 BLUE value IS 173 (67.97% from 255) = 46.26%

R = 20.59%
G = 33.16%
B = 46.26%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D7CAD (or 0x4D7CAD) is known color: Steel Blue. HEX triplet: 4D, 7C and AD. RGB value is (77,124,173). Sum of RGB (Red+Green+Blue) = 77+124+173=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D7CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7CAD is #B28352. Grayscale: #737373. Windows color (decimal): -11699027 or 11369549. OLE color: 11369549.

HSL color Cylindrical-coordinate representation of color #4D7CAD: hue angle of 210.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D7CAD is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 124 173 -
CMYK 0.55 0.28 0 0.32
HSL 210.63º 0.38% 0.49% -
HSV(B) 210.63º 0.55% 0.68% -
XYZ 17.81 19.01 42.27 -
YUV 115.53 160.43 100.52 -
System Red Green Blue C M Y K H S L
Decimal 77 124 173 0.55 0.28 0 0.32 210.63 0.38 0.49
Hex 4D 7C AD 37 1C 0 20 D3 26 31
Octal 115 174 255 67 34 0 40 323 46 61
Binary 1001101 1111100 10101101 110111 11100 0 100000 11010011 100110 110001

Color Harmonies of #4D7CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7CAD

Black with #4D7CAD

Text Example


Text Example

White with #4D7CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,124,173); }

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

background-color css

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

 a { background-color: rgb(77,124,173); }

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

border-color css

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

 span { border-color: rgb(77,124,173); }

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