Html Css Color HEX #4C7BAD Steel Blue

📋 copy color: '#4C7BAD'

red 76 ◦ green 123 ◦ blue 173

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

Shades of Steel Blue #4C7BAD

Tints of Steel Blue #4C7BAD

RGB

 RED value IS 76 (30.08% from 255) = 20.43%

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

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

R = 20.43%
G = 33.06%
B = 46.51%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4C7BAD (or 0x4C7BAD) is known color: Steel Blue. HEX triplet: 4C, 7B and AD. RGB value is (76,123,173). Sum of RGB (Red+Green+Blue) = 76+123+173=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C7BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7BAD is #B38452. Grayscale: #727272. Windows color (decimal): -11764819 or 11369292. OLE color: 11369292.

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

Color convert

RGB 76 123 173 -
CMYK 0.56 0.29 0 0.32
HSL 210.93º 0.39% 0.49% -
HSV(B) 210.93º 0.56% 0.68% -
XYZ 17.61 18.72 42.22 -
YUV 114.65 160.93 100.43 -
System Red Green Blue C M Y K H S L
Decimal 76 123 173 0.56 0.29 0 0.32 210.93 0.39 0.49
Hex 4C 7B AD 38 1D 0 20 D3 27 31
Octal 114 173 255 70 35 0 40 323 47 61
Binary 1001100 1111011 10101101 111000 11101 0 100000 11010011 100111 110001

Color Harmonies of #4C7BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7BAD

Black with #4C7BAD

Text Example


Text Example

White with #4C7BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,123,173); }

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

background-color css

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

 a { background-color: rgb(76,123,173); }

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

border-color css

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

 span { border-color: rgb(76,123,173); }

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