Html Css Color HEX #4B7ABA Steel Blue

📋 copy color: '#4B7ABA'

red 75 ◦ green 122 ◦ blue 186

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

Shades of Steel Blue #4B7ABA

Tints of Steel Blue #4B7ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.56%

R = 19.58%
G = 31.85%
B = 48.56%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B7ABA (or 0x4B7ABA) is known color: Steel Blue. HEX triplet: 4B, 7A and BA. RGB value is (75,122,186). Sum of RGB (Red+Green+Blue) = 75+122+186=383 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.58% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B7ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7ABA is #B48545. Grayscale: #727272. Windows color (decimal): -11830598 or 12221003. OLE color: 12221003.

HSL color Cylindrical-coordinate representation of color #4B7ABA: hue angle of 214.59º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B7ABA is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 122 186 -
CMYK 0.60 0.34 0 0.27
HSL 214.59º 0.45% 0.51% -
HSV(B) 214.59º 0.6% 0.73% -
XYZ 18.72 18.96 49.13 -
YUV 115.24 167.93 99.3 -
System Red Green Blue C M Y K H S L
Decimal 75 122 186 0.60 0.34 0 0.27 214.59 0.45 0.51
Hex 4B 7A BA 3C 22 0 1B D7 2D 33
Octal 113 172 272 74 42 0 33 327 55 63
Binary 1001011 1111010 10111010 111100 100010 0 11011 11010111 101101 110011

Color Harmonies of #4B7ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7ABA

Black with #4B7ABA

Text Example


Text Example

White with #4B7ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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