Html Css Color HEX #4B7BAA Steel Blue

📋 copy color: '#4B7BAA'

red 75 ◦ green 123 ◦ blue 170

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

Shades of Steel Blue #4B7BAA

Tints of Steel Blue #4B7BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.2%

R = 20.38%
G = 33.42%
B = 46.2%

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

#4B7BAA (or 0x4B7BAA) is known color: Steel Blue. HEX triplet: 4B, 7B and AA. RGB value is (75,123,170). Sum of RGB (Red+Green+Blue) = 75+123+170=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B7BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7BAA is #B48455. Grayscale: #717171. Windows color (decimal): -11830358 or 11172683. OLE color: 11172683.

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

Color convert

RGB 75 123 170 -
CMYK 0.56 0.28 0 0.33
HSL 209.68º 0.39% 0.48% -
HSV(B) 209.68º 0.56% 0.67% -
XYZ 17.24 18.56 40.7 -
YUV 114.01 159.6 100.18 -
System Red Green Blue C M Y K H S L
Decimal 75 123 170 0.56 0.28 0 0.33 209.68 0.39 0.48
Hex 4B 7B AA 38 1C 0 21 D2 27 30
Octal 113 173 252 70 34 0 41 322 47 60
Binary 1001011 1111011 10101010 111000 11100 0 100001 11010010 100111 110000

Color Harmonies of #4B7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7BAA

Black with #4B7BAA

Text Example


Text Example

White with #4B7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,123,170); }

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

background-color css

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

 a { background-color: rgb(75,123,170); }

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

border-color css

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

 span { border-color: rgb(75,123,170); }

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