Html Css Color HEX #477BBA Steel Blue

📋 copy color: '#477BBA'

red 71 ◦ green 123 ◦ blue 186

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

Shades of Steel Blue #477BBA

Tints of Steel Blue #477BBA

RGB

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

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

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

R = 18.68%
G = 32.37%
B = 48.95%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#477BBA (or 0x477BBA) is known color: Steel Blue. HEX triplet: 47, 7B and BA. RGB value is (71,123,186). Sum of RGB (Red+Green+Blue) = 71+123+186=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #477BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477BBA is #B88445. Grayscale: #727272. Windows color (decimal): -12092486 or 12221255. OLE color: 12221255.

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

Color convert

RGB 71 123 186 -
CMYK 0.62 0.34 0 0.27
HSL 212.87º 0.45% 0.5% -
HSV(B) 212.87º 0.62% 0.73% -
XYZ 18.54 19.05 49.15 -
YUV 114.63 168.27 96.88 -
System Red Green Blue C M Y K H S L
Decimal 71 123 186 0.62 0.34 0 0.27 212.87 0.45 0.5
Hex 47 7B BA 3E 22 0 1B D5 2D 32
Octal 107 173 272 76 42 0 33 325 55 62
Binary 1000111 1111011 10111010 111110 100010 0 11011 11010101 101101 110010

Color Harmonies of #477BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477BBA

Black with #477BBA

Text Example


Text Example

White with #477BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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