Html Css Color HEX #4D7FAC Steel Blue

📋 copy color: '#4D7FAC'

red 77 ◦ green 127 ◦ blue 172

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

Shades of Steel Blue #4D7FAC

Tints of Steel Blue #4D7FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 33.78%

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

R = 20.48%
G = 33.78%
B = 45.74%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D7FAC (or 0x4D7FAC) is known color: Steel Blue. HEX triplet: 4D, 7F and AC. RGB value is (77,127,172). Sum of RGB (Red+Green+Blue) = 77+127+172=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D7FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7FAC is #B28053. Grayscale: #747474. Windows color (decimal): -11698260 or 11304781. OLE color: 11304781.

HSL color Cylindrical-coordinate representation of color #4D7FAC: hue angle of 208.42º 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 #4D7FAC is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 127 172 -
CMYK 0.55 0.26 0 0.33
HSL 208.42º 0.38% 0.49% -
HSV(B) 208.42º 0.55% 0.67% -
XYZ 18.1 19.74 41.89 -
YUV 117.18 158.94 99.34 -
System Red Green Blue C M Y K H S L
Decimal 77 127 172 0.55 0.26 0 0.33 208.42 0.38 0.49
Hex 4D 7F AC 37 1A 0 21 D0 26 31
Octal 115 177 254 67 32 0 41 320 46 61
Binary 1001101 1111111 10101100 110111 11010 0 100001 11010000 100110 110001

Color Harmonies of #4D7FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7FAC

Black with #4D7FAC

Text Example


Text Example

White with #4D7FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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