Html Css Color HEX #477BBF Steel Blue

📋 copy color: '#477BBF'

red 71 ◦ green 123 ◦ blue 191

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

Shades of Steel Blue #477BBF

Tints of Steel Blue #477BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.61%

R = 18.44%
G = 31.95%
B = 49.61%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#477BBF (or 0x477BBF) is known color: Steel Blue. HEX triplet: 47, 7B and BF. RGB value is (71,123,191). Sum of RGB (Red+Green+Blue) = 71+123+191=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #477BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477BBF is #B88440. Grayscale: #727272. Windows color (decimal): -12092481 or 12548935. OLE color: 12548935.

HSL color Cylindrical-coordinate representation of color #477BBF: hue angle of 214º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #477BBF is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 123 191 -
CMYK 0.63 0.36 0 0.25
HSL 214º 0.48% 0.51% -
HSV(B) 214º 0.63% 0.75% -
XYZ 19.09 19.27 52 -
YUV 115.2 170.77 96.47 -
System Red Green Blue C M Y K H S L
Decimal 71 123 191 0.63 0.36 0 0.25 214 0.48 0.51
Hex 47 7B BF 3F 24 0 19 D6 30 33
Octal 107 173 277 77 44 0 31 326 60 63
Binary 1000111 1111011 10111111 111111 100100 0 11001 11010110 110000 110011

Color Harmonies of #477BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477BBF

Black with #477BBF

Text Example


Text Example

White with #477BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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