Html Css Color HEX #4A89BB Steel Blue

📋 copy color: '#4A89BB'

red 74 ◦ green 137 ◦ blue 187

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

Shades of Steel Blue #4A89BB

Tints of Steel Blue #4A89BB

RGB

 RED value IS 74 (29.3% from 255) = 18.59%

 GREEN value IS 137 (53.91% from 255) = 34.42%

 BLUE value IS 187 (73.44% from 255) = 46.98%

R = 18.59%
G = 34.42%
B = 46.98%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A89BB (or 0x4A89BB) is known color: Steel Blue. HEX triplet: 4A, 89 and BB. RGB value is (74,137,187). Sum of RGB (Red+Green+Blue) = 74+137+187=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A89BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A89BB is #B57644. Grayscale: #7B7B7B. Windows color (decimal): -11892293 or 12290378. OLE color: 12290378.

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

Color convert

RGB 74 137 187 -
CMYK 0.60 0.27 0 0.27
HSL 206.55º 0.45% 0.51% -
HSV(B) 206.55º 0.6% 0.73% -
XYZ 20.74 22.94 50.35 -
YUV 123.86 163.63 92.43 -
System Red Green Blue C M Y K H S L
Decimal 74 137 187 0.60 0.27 0 0.27 206.55 0.45 0.51
Hex 4A 89 BB 3C 1B 0 1B CF 2D 33
Octal 112 211 273 74 33 0 33 317 55 63
Binary 1001010 10001001 10111011 111100 11011 0 11011 11001111 101101 110011

Color Harmonies of #4A89BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A89BB

Black with #4A89BB

Text Example


Text Example

White with #4A89BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,137,187); }

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

background-color css

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

 a { background-color: rgb(74,137,187); }

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

border-color css

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

 span { border-color: rgb(74,137,187); }

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