Html Css Color HEX #477FBC Steel Blue

📋 copy color: '#477FBC'

red 71 ◦ green 127 ◦ blue 188

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

Shades of Steel Blue #477FBC

Tints of Steel Blue #477FBC

RGB

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

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

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

R = 18.39%
G = 32.9%
B = 48.7%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#477FBC (or 0x477FBC) is known color: Steel Blue. HEX triplet: 47, 7F and BC. RGB value is (71,127,188). Sum of RGB (Red+Green+Blue) = 71+127+188=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 127 (50% from 255 or 32.90% 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 #477FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477FBC is #B88043. Grayscale: #747474. Windows color (decimal): -12091460 or 12353351. OLE color: 12353351.

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

Color convert

RGB 71 127 188 -
CMYK 0.62 0.32 0 0.26
HSL 211.28º 0.47% 0.51% -
HSV(B) 211.28º 0.62% 0.74% -
XYZ 19.27 20.15 50.45 -
YUV 117.21 167.95 95.04 -
System Red Green Blue C M Y K H S L
Decimal 71 127 188 0.62 0.32 0 0.26 211.28 0.47 0.51
Hex 47 7F BC 3E 20 0 1A D3 2F 33
Octal 107 177 274 76 40 0 32 323 57 63
Binary 1000111 1111111 10111100 111110 100000 0 11010 11010011 101111 110011

Color Harmonies of #477FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477FBC

Black with #477FBC

Text Example


Text Example

White with #477FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477FBC; }

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

 H1.HeaderClassName
 {
   color: #477FBC;
 }
 .AnyTagClassName
 {
   color: #477FBC;
 }
</style>

background-color css

<style>
 a { background-color: #477FBC; }

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

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

border-color css

<style>
 span { border-color: #477FBC; }

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

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