Html Css Color HEX #4B7AAB Steel Blue

📋 copy color: '#4B7AAB'

red 75 ◦ green 122 ◦ blue 171

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

Shades of Steel Blue #4B7AAB

Tints of Steel Blue #4B7AAB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.15%

 BLUE value IS 171 (67.19% from 255) = 46.47%

R = 20.38%
G = 33.15%
B = 46.47%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B7AAB (or 0x4B7AAB) is known color: Steel Blue. HEX triplet: 4B, 7A and AB. RGB value is (75,122,171). Sum of RGB (Red+Green+Blue) = 75+122+171=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B7AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7AAB is #B48554. Grayscale: #717171. Windows color (decimal): -11830613 or 11237963. OLE color: 11237963.

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

Color convert

RGB 75 122 171 -
CMYK 0.56 0.29 0 0.33
HSL 210.63º 0.39% 0.48% -
HSV(B) 210.63º 0.56% 0.67% -
XYZ 17.21 18.36 41.16 -
YUV 113.53 160.43 100.52 -
System Red Green Blue C M Y K H S L
Decimal 75 122 171 0.56 0.29 0 0.33 210.63 0.39 0.48
Hex 4B 7A AB 38 1D 0 21 D3 27 30
Octal 113 172 253 70 35 0 41 323 47 60
Binary 1001011 1111010 10101011 111000 11101 0 100001 11010011 100111 110000

Color Harmonies of #4B7AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7AAB

Black with #4B7AAB

Text Example


Text Example

White with #4B7AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,122,171); }

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

background-color css

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

 a { background-color: rgb(75,122,171); }

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

border-color css

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

 span { border-color: rgb(75,122,171); }

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