Html Css Color HEX #4C7FBC Steel Blue

📋 copy color: '#4C7FBC'

red 76 ◦ green 127 ◦ blue 188

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

Shades of Steel Blue #4C7FBC

Tints of Steel Blue #4C7FBC

RGB

 RED value IS 76 (30.08% from 255) = 19.44%

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

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

R = 19.44%
G = 32.48%
B = 48.08%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C7FBC (or 0x4C7FBC) is known color: Steel Blue. HEX triplet: 4C, 7F and BC. RGB value is (76,127,188). Sum of RGB (Red+Green+Blue) = 76+127+188=391 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.44% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C7FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7FBC is #B38043. Grayscale: #767676. Windows color (decimal): -11763780 or 12353356. OLE color: 12353356.

HSL color Cylindrical-coordinate representation of color #4C7FBC: hue angle of 212.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C7FBC is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 127 188 -
CMYK 0.60 0.32 0 0.26
HSL 212.68º 0.46% 0.52% -
HSV(B) 212.68º 0.6% 0.74% -
XYZ 19.65 20.35 50.47 -
YUV 118.71 167.1 97.54 -
System Red Green Blue C M Y K H S L
Decimal 76 127 188 0.60 0.32 0 0.26 212.68 0.46 0.52
Hex 4C 7F BC 3C 20 0 1A D5 2E 34
Octal 114 177 274 74 40 0 32 325 56 64
Binary 1001100 1111111 10111100 111100 100000 0 11010 11010101 101110 110100

Color Harmonies of #4C7FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7FBC

Black with #4C7FBC

Text Example


Text Example

White with #4C7FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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