Html Css Color HEX #4A7DBC Steel Blue

📋 copy color: '#4A7DBC'

red 74 ◦ green 125 ◦ blue 188

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

Shades of Steel Blue #4A7DBC

Tints of Steel Blue #4A7DBC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.3%

 BLUE value IS 188 (73.83% from 255) = 48.58%

R = 19.12%
G = 32.3%
B = 48.58%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A7DBC (or 0x4A7DBC) is known color: Steel Blue. HEX triplet: 4A, 7D and BC. RGB value is (74,125,188). Sum of RGB (Red+Green+Blue) = 74+125+188=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A7DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7DBC is #B58243. Grayscale: #747474. Windows color (decimal): -11895364 or 12352842. OLE color: 12352842.

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

Color convert

RGB 74 125 188 -
CMYK 0.61 0.34 0 0.26
HSL 213.16º 0.46% 0.51% -
HSV(B) 213.16º 0.61% 0.74% -
XYZ 19.23 19.75 50.38 -
YUV 116.93 168.1 97.38 -
System Red Green Blue C M Y K H S L
Decimal 74 125 188 0.61 0.34 0 0.26 213.16 0.46 0.51
Hex 4A 7D BC 3D 22 0 1A D5 2E 33
Octal 112 175 274 75 42 0 32 325 56 63
Binary 1001010 1111101 10111100 111101 100010 0 11010 11010101 101110 110011

Color Harmonies of #4A7DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7DBC

Black with #4A7DBC

Text Example


Text Example

White with #4A7DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,125,188); }

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

background-color css

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

 a { background-color: rgb(74,125,188); }

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

border-color css

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

 span { border-color: rgb(74,125,188); }

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