Html Css Color HEX #477BC1 Steel Blue

📋 copy color: '#477BC1'

red 71 ◦ green 123 ◦ blue 193

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

Shades of Steel Blue #477BC1

Tints of Steel Blue #477BC1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.78%

 BLUE value IS 193 (75.78% from 255) = 49.87%

R = 18.35%
G = 31.78%
B = 49.87%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#477BC1 (or 0x477BC1) is known color: Steel Blue. HEX triplet: 47, 7B and C1. RGB value is (71,123,193). Sum of RGB (Red+Green+Blue) = 71+123+193=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #477BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477BC1 is #B8843E. Grayscale: #737373. Windows color (decimal): -12092479 or 12680007. OLE color: 12680007.

HSL color Cylindrical-coordinate representation of color #477BC1: hue angle of 214.43º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #477BC1 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 123 193 -
CMYK 0.63 0.36 0 0.24
HSL 214.43º 0.5% 0.52% -
HSV(B) 214.43º 0.63% 0.76% -
XYZ 19.31 19.36 53.17 -
YUV 115.43 171.77 96.31 -
System Red Green Blue C M Y K H S L
Decimal 71 123 193 0.63 0.36 0 0.24 214.43 0.5 0.52
Hex 47 7B C1 3F 24 0 18 D6 32 34
Octal 107 173 301 77 44 0 30 326 62 64
Binary 1000111 1111011 11000001 111111 100100 0 11000 11010110 110010 110100

Color Harmonies of #477BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477BC1

Black with #477BC1

Text Example


Text Example

White with #477BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,123,193); }

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

background-color css

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

 a { background-color: rgb(71,123,193); }

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

border-color css

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

 span { border-color: rgb(71,123,193); }

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