Html Css Color HEX #4A7CBC Steel Blue

📋 copy color: '#4A7CBC'

red 74 ◦ green 124 ◦ blue 188

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

Shades of Steel Blue #4A7CBC

Tints of Steel Blue #4A7CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.12%

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

R = 19.17%
G = 32.12%
B = 48.7%

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

#4A7CBC (or 0x4A7CBC) is known color: Steel Blue. HEX triplet: 4A, 7C and BC. RGB value is (74,124,188). Sum of RGB (Red+Green+Blue) = 74+124+188=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A7CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7CBC is #B58343. Grayscale: #747474. Windows color (decimal): -11895620 or 12352586. OLE color: 12352586.

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

Color convert

RGB 74 124 188 -
CMYK 0.61 0.34 0 0.26
HSL 213.68º 0.46% 0.51% -
HSV(B) 213.68º 0.61% 0.74% -
XYZ 19.11 19.5 50.33 -
YUV 116.35 168.44 97.8 -
System Red Green Blue C M Y K H S L
Decimal 74 124 188 0.61 0.34 0 0.26 213.68 0.46 0.51
Hex 4A 7C BC 3D 22 0 1A D6 2E 33
Octal 112 174 274 75 42 0 32 326 56 63
Binary 1001010 1111100 10111100 111101 100010 0 11010 11010110 101110 110011

Color Harmonies of #4A7CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7CBC

Black with #4A7CBC

Text Example


Text Example

White with #4A7CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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