Html Css Color HEX #4B7CAC Steel Blue

📋 copy color: '#4B7CAC'

red 75 ◦ green 124 ◦ blue 172

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

Shades of Steel Blue #4B7CAC

Tints of Steel Blue #4B7CAC

RGB

 RED value IS 75 (29.69% from 255) = 20.22%

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

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

R = 20.22%
G = 33.42%
B = 46.36%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B7CAC (or 0x4B7CAC) is known color: Steel Blue. HEX triplet: 4B, 7C and AC. RGB value is (75,124,172). Sum of RGB (Red+Green+Blue) = 75+124+172=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B7CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7CAC is #B48353. Grayscale: #727272. Windows color (decimal): -11830100 or 11304011. OLE color: 11304011.

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

Color convert

RGB 75 124 172 -
CMYK 0.56 0.28 0 0.33
HSL 209.69º 0.39% 0.48% -
HSV(B) 209.69º 0.56% 0.67% -
XYZ 17.56 18.89 41.75 -
YUV 114.82 160.27 99.6 -
System Red Green Blue C M Y K H S L
Decimal 75 124 172 0.56 0.28 0 0.33 209.69 0.39 0.48
Hex 4B 7C AC 38 1C 0 21 D2 27 30
Octal 113 174 254 70 34 0 41 322 47 60
Binary 1001011 1111100 10101100 111000 11100 0 100001 11010010 100111 110000

Color Harmonies of #4B7CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7CAC

Black with #4B7CAC

Text Example


Text Example

White with #4B7CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,124,172); }

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

background-color css

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

 a { background-color: rgb(75,124,172); }

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

border-color css

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

 span { border-color: rgb(75,124,172); }

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