Html Css Color HEX #4B7FBC Steel Blue

📋 copy color: '#4B7FBC'

red 75 ◦ green 127 ◦ blue 188

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

Shades of Steel Blue #4B7FBC

Tints of Steel Blue #4B7FBC

RGB

 RED value IS 75 (29.69% from 255) = 19.23%

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

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

R = 19.23%
G = 32.56%
B = 48.21%

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

#4B7FBC (or 0x4B7FBC) is known color: Steel Blue. HEX triplet: 4B, 7F and BC. RGB value is (75,127,188). Sum of RGB (Red+Green+Blue) = 75+127+188=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B7FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7FBC is #B48043. Grayscale: #767676. Windows color (decimal): -11829316 or 12353355. OLE color: 12353355.

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

Color convert

RGB 75 127 188 -
CMYK 0.60 0.32 0 0.26
HSL 212.39º 0.46% 0.52% -
HSV(B) 212.39º 0.6% 0.74% -
XYZ 19.57 20.31 50.46 -
YUV 118.41 167.27 97.04 -
System Red Green Blue C M Y K H S L
Decimal 75 127 188 0.60 0.32 0 0.26 212.39 0.46 0.52
Hex 4B 7F BC 3C 20 0 1A D4 2E 34
Octal 113 177 274 74 40 0 32 324 56 64
Binary 1001011 1111111 10111100 111100 100000 0 11010 11010100 101110 110100

Color Harmonies of #4B7FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7FBC

Black with #4B7FBC

Text Example


Text Example

White with #4B7FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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