Html Css Color HEX #4D7BAC Steel Blue

📋 copy color: '#4D7BAC'

red 77 ◦ green 123 ◦ blue 172

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

Shades of Steel Blue #4D7BAC

Tints of Steel Blue #4D7BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.06%

 BLUE value IS 172 (67.58% from 255) = 46.24%

R = 20.7%
G = 33.06%
B = 46.24%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D7BAC (or 0x4D7BAC) is known color: Steel Blue. HEX triplet: 4D, 7B and AC. RGB value is (77,123,172). Sum of RGB (Red+Green+Blue) = 77+123+172=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D7BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7BAC is #B28453. Grayscale: #727272. Windows color (decimal): -11699284 or 11303757. OLE color: 11303757.

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

Color convert

RGB 77 123 172 -
CMYK 0.55 0.28 0 0.33
HSL 210.95º 0.38% 0.49% -
HSV(B) 210.95º 0.55% 0.67% -
XYZ 17.59 18.72 41.72 -
YUV 114.83 160.26 101.02 -
System Red Green Blue C M Y K H S L
Decimal 77 123 172 0.55 0.28 0 0.33 210.95 0.38 0.49
Hex 4D 7B AC 37 1C 0 21 D3 26 31
Octal 115 173 254 67 34 0 41 323 46 61
Binary 1001101 1111011 10101100 110111 11100 0 100001 11010011 100110 110001

Color Harmonies of #4D7BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7BAC

Black with #4D7BAC

Text Example


Text Example

White with #4D7BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,123,172); }

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

background-color css

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

 a { background-color: rgb(77,123,172); }

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

border-color css

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

 span { border-color: rgb(77,123,172); }

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