Html Css Color HEX #4B7DAC Steel Blue

📋 copy color: '#4B7DAC'

red 75 ◦ green 125 ◦ blue 172

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

Shades of Steel Blue #4B7DAC

Tints of Steel Blue #4B7DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.6%

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

R = 20.16%
G = 33.6%
B = 46.24%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B7DAC (or 0x4B7DAC) is known color: Steel Blue. HEX triplet: 4B, 7D and AC. RGB value is (75,125,172). Sum of RGB (Red+Green+Blue) = 75+125+172=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 125 (49.22% from 255 or 33.60% 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 #4B7DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7DAC is #B48253. Grayscale: #737373. Windows color (decimal): -11829844 or 11304267. OLE color: 11304267.

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

Color convert

RGB 75 125 172 -
CMYK 0.56 0.27 0 0.33
HSL 209.07º 0.39% 0.48% -
HSV(B) 209.07º 0.56% 0.67% -
XYZ 17.68 19.14 41.79 -
YUV 115.41 159.94 99.18 -
System Red Green Blue C M Y K H S L
Decimal 75 125 172 0.56 0.27 0 0.33 209.07 0.39 0.48
Hex 4B 7D AC 38 1B 0 21 D1 27 30
Octal 113 175 254 70 33 0 41 321 47 60
Binary 1001011 1111101 10101100 111000 11011 0 100001 11010001 100111 110000

Color Harmonies of #4B7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7DAC

Black with #4B7DAC

Text Example


Text Example

White with #4B7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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