Html Css Color HEX #4B7AAC Steel Blue

📋 copy color: '#4B7AAC'

red 75 ◦ green 122 ◦ blue 172

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

Shades of Steel Blue #4B7AAC

Tints of Steel Blue #4B7AAC

RGB

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

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

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

R = 20.33%
G = 33.06%
B = 46.61%

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

#4B7AAC (or 0x4B7AAC) is known color: Steel Blue. HEX triplet: 4B, 7A and AC. RGB value is (75,122,172). Sum of RGB (Red+Green+Blue) = 75+122+172=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B7AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7AAC is #B48553. Grayscale: #717171. Windows color (decimal): -11830612 or 11303499. OLE color: 11303499.

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

Color convert

RGB 75 122 172 -
CMYK 0.56 0.29 0 0.33
HSL 210.93º 0.39% 0.48% -
HSV(B) 210.93º 0.56% 0.67% -
XYZ 17.31 18.39 41.67 -
YUV 113.65 160.93 100.43 -
System Red Green Blue C M Y K H S L
Decimal 75 122 172 0.56 0.29 0 0.33 210.93 0.39 0.48
Hex 4B 7A AC 38 1D 0 21 D3 27 30
Octal 113 172 254 70 35 0 41 323 47 60
Binary 1001011 1111010 10101100 111000 11101 0 100001 11010011 100111 110000

Color Harmonies of #4B7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7AAC

Black with #4B7AAC

Text Example


Text Example

White with #4B7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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