Html Css Color HEX #4A7ABD Steel Blue

📋 copy color: '#4A7ABD'

red 74 ◦ green 122 ◦ blue 189

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

Shades of Steel Blue #4A7ABD

Tints of Steel Blue #4A7ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 19.22%
G = 31.69%
B = 49.09%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A7ABD (or 0x4A7ABD) is known color: Steel Blue. HEX triplet: 4A, 7A and BD. RGB value is (74,122,189). Sum of RGB (Red+Green+Blue) = 74+122+189=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A7ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7ABD is #B58542. Grayscale: #727272. Windows color (decimal): -11896131 or 12417610. OLE color: 12417610.

HSL color Cylindrical-coordinate representation of color #4A7ABD: hue angle of 214.96º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A7ABD is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 122 189 -
CMYK 0.61 0.35 0 0.26
HSL 214.96º 0.47% 0.52% -
HSV(B) 214.96º 0.61% 0.74% -
XYZ 18.97 19.05 50.82 -
YUV 115.29 169.6 98.55 -
System Red Green Blue C M Y K H S L
Decimal 74 122 189 0.61 0.35 0 0.26 214.96 0.47 0.52
Hex 4A 7A BD 3D 23 0 1A D7 2F 34
Octal 112 172 275 75 43 0 32 327 57 64
Binary 1001010 1111010 10111101 111101 100011 0 11010 11010111 101111 110100

Color Harmonies of #4A7ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7ABD

Black with #4A7ABD

Text Example


Text Example

White with #4A7ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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