Html Css Color HEX #4A7FBC Steel Blue

📋 copy color: '#4A7FBC'

red 74 ◦ green 127 ◦ blue 188

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

Shades of Steel Blue #4A7FBC

Tints of Steel Blue #4A7FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 32.65%

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

R = 19.02%
G = 32.65%
B = 48.33%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A7FBC (or 0x4A7FBC) is known color: Steel Blue. HEX triplet: 4A, 7F and BC. RGB value is (74,127,188). Sum of RGB (Red+Green+Blue) = 74+127+188=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A7FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7FBC is #B58043. Grayscale: #757575. Windows color (decimal): -11894852 or 12353354. OLE color: 12353354.

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

Color convert

RGB 74 127 188 -
CMYK 0.61 0.32 0 0.26
HSL 212.11º 0.46% 0.51% -
HSV(B) 212.11º 0.61% 0.74% -
XYZ 19.49 20.27 50.46 -
YUV 118.11 167.44 96.54 -
System Red Green Blue C M Y K H S L
Decimal 74 127 188 0.61 0.32 0 0.26 212.11 0.46 0.51
Hex 4A 7F BC 3D 20 0 1A D4 2E 33
Octal 112 177 274 75 40 0 32 324 56 63
Binary 1001010 1111111 10111100 111101 100000 0 11010 11010100 101110 110011

Color Harmonies of #4A7FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7FBC

Black with #4A7FBC

Text Example


Text Example

White with #4A7FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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