Html Css Color HEX #4A7ABB Steel Blue

📋 copy color: '#4A7ABB'

red 74 ◦ green 122 ◦ blue 187

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

Shades of Steel Blue #4A7ABB

Tints of Steel Blue #4A7ABB

RGB

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

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

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

R = 19.32%
G = 31.85%
B = 48.83%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A7ABB (or 0x4A7ABB) is known color: Steel Blue. HEX triplet: 4A, 7A and BB. RGB value is (74,122,187). Sum of RGB (Red+Green+Blue) = 74+122+187=383 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.32% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A7ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7ABB is #B58544. Grayscale: #727272. Windows color (decimal): -11896133 or 12286538. OLE color: 12286538.

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

Color convert

RGB 74 122 187 -
CMYK 0.60 0.35 0 0.27
HSL 214.51º 0.45% 0.51% -
HSV(B) 214.51º 0.6% 0.73% -
XYZ 18.75 18.96 49.69 -
YUV 115.06 168.6 98.71 -
System Red Green Blue C M Y K H S L
Decimal 74 122 187 0.60 0.35 0 0.27 214.51 0.45 0.51
Hex 4A 7A BB 3C 23 0 1B D7 2D 33
Octal 112 172 273 74 43 0 33 327 55 63
Binary 1001010 1111010 10111011 111100 100011 0 11011 11010111 101101 110011

Color Harmonies of #4A7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7ABB

Black with #4A7ABB

Text Example


Text Example

White with #4A7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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