Html Css Color HEX #477FBB Steel Blue

📋 copy color: '#477FBB'

red 71 ◦ green 127 ◦ blue 187

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

Shades of Steel Blue #477FBB

Tints of Steel Blue #477FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 18.44%
G = 32.99%
B = 48.57%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#477FBB (or 0x477FBB) is known color: Steel Blue. HEX triplet: 47, 7F and BB. RGB value is (71,127,187). Sum of RGB (Red+Green+Blue) = 71+127+187=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #477FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477FBB is #B88044. Grayscale: #747474. Windows color (decimal): -12091461 or 12287815. OLE color: 12287815.

HSL color Cylindrical-coordinate representation of color #477FBB: hue angle of 211.03º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #477FBB is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 127 187 -
CMYK 0.62 0.32 0 0.27
HSL 211.03º 0.46% 0.51% -
HSV(B) 211.03º 0.62% 0.73% -
XYZ 19.16 20.11 49.88 -
YUV 117.1 167.45 95.12 -
System Red Green Blue C M Y K H S L
Decimal 71 127 187 0.62 0.32 0 0.27 211.03 0.46 0.51
Hex 47 7F BB 3E 20 0 1B D3 2E 33
Octal 107 177 273 76 40 0 33 323 56 63
Binary 1000111 1111111 10111011 111110 100000 0 11011 11010011 101110 110011

Color Harmonies of #477FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477FBB

Black with #477FBB

Text Example


Text Example

White with #477FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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