Html Css Color HEX #477DBC Steel Blue

📋 copy color: '#477DBC'

red 71 ◦ green 125 ◦ blue 188

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

Shades of Steel Blue #477DBC

Tints of Steel Blue #477DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 18.49%
G = 32.55%
B = 48.96%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#477DBC (or 0x477DBC) is known color: Steel Blue. HEX triplet: 47, 7D and BC. RGB value is (71,125,188). Sum of RGB (Red+Green+Blue) = 71+125+188=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #477DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DBC is #B88243. Grayscale: #737373. Windows color (decimal): -12091972 or 12352839. OLE color: 12352839.

HSL color Cylindrical-coordinate representation of color #477DBC: hue angle of 212.31º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #477DBC is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 125 188 -
CMYK 0.62 0.34 0 0.26
HSL 212.31º 0.47% 0.51% -
HSV(B) 212.31º 0.62% 0.74% -
XYZ 19.01 19.64 50.37 -
YUV 116.04 168.61 95.88 -
System Red Green Blue C M Y K H S L
Decimal 71 125 188 0.62 0.34 0 0.26 212.31 0.47 0.51
Hex 47 7D BC 3E 22 0 1A D4 2F 33
Octal 107 175 274 76 42 0 32 324 57 63
Binary 1000111 1111101 10111100 111110 100010 0 11010 11010100 101111 110011

Color Harmonies of #477DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477DBC

Black with #477DBC

Text Example


Text Example

White with #477DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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