Html Css Color HEX #477BBC Steel Blue

📋 copy color: '#477BBC'

red 71 ◦ green 123 ◦ blue 188

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

Shades of Steel Blue #477BBC

Tints of Steel Blue #477BBC

RGB

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

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

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

R = 18.59%
G = 32.2%
B = 49.21%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#477BBC (or 0x477BBC) is known color: Steel Blue. HEX triplet: 47, 7B and BC. RGB value is (71,123,188). Sum of RGB (Red+Green+Blue) = 71+123+188=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #477BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477BBC is #B88443. Grayscale: #727272. Windows color (decimal): -12092484 or 12352327. OLE color: 12352327.

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

Color convert

RGB 71 123 188 -
CMYK 0.62 0.35 0 0.26
HSL 213.33º 0.47% 0.51% -
HSV(B) 213.33º 0.62% 0.74% -
XYZ 18.76 19.14 50.28 -
YUV 114.86 169.27 96.71 -
System Red Green Blue C M Y K H S L
Decimal 71 123 188 0.62 0.35 0 0.26 213.33 0.47 0.51
Hex 47 7B BC 3E 23 0 1A D5 2F 33
Octal 107 173 274 76 43 0 32 325 57 63
Binary 1000111 1111011 10111100 111110 100011 0 11010 11010101 101111 110011

Color Harmonies of #477BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477BBC

Black with #477BBC

Text Example


Text Example

White with #477BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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