Html Css Color HEX #477EBA Steel Blue

📋 copy color: '#477EBA'

red 71 ◦ green 126 ◦ blue 186

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

Shades of Steel Blue #477EBA

Tints of Steel Blue #477EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.9%

 BLUE value IS 186 (73.05% from 255) = 48.56%

R = 18.54%
G = 32.9%
B = 48.56%

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

#477EBA (or 0x477EBA) is known color: Steel Blue. HEX triplet: 47, 7E and BA. RGB value is (71,126,186). Sum of RGB (Red+Green+Blue) = 71+126+186=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #477EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477EBA is #B88145. Grayscale: #747474. Windows color (decimal): -12091718 or 12222023. OLE color: 12222023.

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

Color convert

RGB 71 126 186 -
CMYK 0.62 0.32 0 0.27
HSL 211.3º 0.45% 0.5% -
HSV(B) 211.3º 0.62% 0.73% -
XYZ 18.92 19.81 49.28 -
YUV 116.4 167.28 95.62 -
System Red Green Blue C M Y K H S L
Decimal 71 126 186 0.62 0.32 0 0.27 211.3 0.45 0.5
Hex 47 7E BA 3E 20 0 1B D3 2D 32
Octal 107 176 272 76 40 0 33 323 55 62
Binary 1000111 1111110 10111010 111110 100000 0 11011 11010011 101101 110010

Color Harmonies of #477EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477EBA

Black with #477EBA

Text Example


Text Example

White with #477EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,126,186); }

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

background-color css

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

 a { background-color: rgb(71,126,186); }

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

border-color css

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

 span { border-color: rgb(71,126,186); }

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