Html Css Color HEX #477DBA Steel Blue

📋 copy color: '#477DBA'

red 71 ◦ green 125 ◦ blue 186

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

Shades of Steel Blue #477DBA

Tints of Steel Blue #477DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.72%

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

R = 18.59%
G = 32.72%
B = 48.69%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#477DBA (or 0x477DBA) is known color: Steel Blue. HEX triplet: 47, 7D and BA. RGB value is (71,125,186). Sum of RGB (Red+Green+Blue) = 71+125+186=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #477DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DBA is #B88245. Grayscale: #737373. Windows color (decimal): -12091974 or 12221767. OLE color: 12221767.

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

Color convert

RGB 71 125 186 -
CMYK 0.62 0.33 0 0.27
HSL 211.83º 0.45% 0.5% -
HSV(B) 211.83º 0.62% 0.73% -
XYZ 18.8 19.55 49.24 -
YUV 115.81 167.61 96.04 -
System Red Green Blue C M Y K H S L
Decimal 71 125 186 0.62 0.33 0 0.27 211.83 0.45 0.5
Hex 47 7D BA 3E 21 0 1B D4 2D 32
Octal 107 175 272 76 41 0 33 324 55 62
Binary 1000111 1111101 10111010 111110 100001 0 11011 11010100 101101 110010

Color Harmonies of #477DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477DBA

Black with #477DBA

Text Example


Text Example

White with #477DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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