Html Css Color HEX #477FBA Steel Blue

📋 copy color: '#477FBA'

red 71 ◦ green 127 ◦ blue 186

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

Shades of Steel Blue #477FBA

Tints of Steel Blue #477FBA

RGB

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

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

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

R = 18.49%
G = 33.07%
B = 48.44%

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

#477FBA (or 0x477FBA) is known color: Steel Blue. HEX triplet: 47, 7F and BA. RGB value is (71,127,186). Sum of RGB (Red+Green+Blue) = 71+127+186=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #477FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477FBA is #B88045. Grayscale: #747474. Windows color (decimal): -12091462 or 12222279. OLE color: 12222279.

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

Color convert

RGB 71 127 186 -
CMYK 0.62 0.32 0 0.27
HSL 210.78º 0.45% 0.5% -
HSV(B) 210.78º 0.62% 0.73% -
XYZ 19.05 20.06 49.32 -
YUV 116.98 166.95 95.2 -
System Red Green Blue C M Y K H S L
Decimal 71 127 186 0.62 0.32 0 0.27 210.78 0.45 0.5
Hex 47 7F BA 3E 20 0 1B D3 2D 32
Octal 107 177 272 76 40 0 33 323 55 62
Binary 1000111 1111111 10111010 111110 100000 0 11011 11010011 101101 110010

Color Harmonies of #477FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477FBA

Black with #477FBA

Text Example


Text Example

White with #477FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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