Html Css Color HEX #4771BC Steel Blue

📋 copy color: '#4771BC'

red 71 ◦ green 113 ◦ blue 188

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

Shades of Steel Blue #4771BC

Tints of Steel Blue #4771BC

RGB

 RED value IS 71 (28.13% from 255) = 19.09%

 GREEN value IS 113 (44.53% from 255) = 30.38%

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

R = 19.09%
G = 30.38%
B = 50.54%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4771BC (or 0x4771BC) is known color: Steel Blue. HEX triplet: 47, 71 and BC. RGB value is (71,113,188). Sum of RGB (Red+Green+Blue) = 71+113+188=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #4771BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4771BC is #B88E43. Grayscale: #6C6C6C. Windows color (decimal): -12095044 or 12349767. OLE color: 12349767.

HSL color Cylindrical-coordinate representation of color #4771BC: hue angle of 218.46º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4771BC is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 113 188 -
CMYK 0.62 0.40 0 0.26
HSL 218.46º 0.47% 0.51% -
HSV(B) 218.46º 0.62% 0.74% -
XYZ 17.58 16.78 49.89 -
YUV 108.99 172.59 100.9 -
System Red Green Blue C M Y K H S L
Decimal 71 113 188 0.62 0.40 0 0.26 218.46 0.47 0.51
Hex 47 71 BC 3E 28 0 1A DA 2F 33
Octal 107 161 274 76 50 0 32 332 57 63
Binary 1000111 1110001 10111100 111110 101000 0 11010 11011010 101111 110011

Color Harmonies of #4771BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4771BC

Black with #4771BC

Text Example


Text Example

White with #4771BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4771BC; }

 p { color: rgb(71,113,188); }

 H1.HeaderClassName
 {
   color: #4771BC;
 }
 .AnyTagClassName
 {
   color: #4771BC;
 }
</style>

background-color css

<style>
 a { background-color: #4771BC; }

 a { background-color: rgb(71,113,188); }

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

border-color css

<style>
 span { border-color: #4771BC; }

 span { border-color: rgb(71,113,188); }

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