Html Css Color HEX #4A7EBC Steel Blue

📋 copy color: '#4A7EBC'

red 74 ◦ green 126 ◦ blue 188

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

Shades of Steel Blue #4A7EBC

Tints of Steel Blue #4A7EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.47%

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

R = 19.07%
G = 32.47%
B = 48.45%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A7EBC (or 0x4A7EBC) is known color: Steel Blue. HEX triplet: 4A, 7E and BC. RGB value is (74,126,188). Sum of RGB (Red+Green+Blue) = 74+126+188=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A7EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7EBC is #B58143. Grayscale: #757575. Windows color (decimal): -11895108 or 12353098. OLE color: 12353098.

HSL color Cylindrical-coordinate representation of color #4A7EBC: hue angle of 212.63º 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 #4A7EBC is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 126 188 -
CMYK 0.61 0.33 0 0.26
HSL 212.63º 0.46% 0.51% -
HSV(B) 212.63º 0.61% 0.74% -
XYZ 19.36 20.01 50.42 -
YUV 117.52 167.77 96.96 -
System Red Green Blue C M Y K H S L
Decimal 74 126 188 0.61 0.33 0 0.26 212.63 0.46 0.51
Hex 4A 7E BC 3D 21 0 1A D5 2E 33
Octal 112 176 274 75 41 0 32 325 56 63
Binary 1001010 1111110 10111100 111101 100001 0 11010 11010101 101110 110011

Color Harmonies of #4A7EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7EBC

Black with #4A7EBC

Text Example


Text Example

White with #4A7EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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