Html Css Color HEX #476FBC Steel Blue

📋 copy color: '#476FBC'

red 71 ◦ green 111 ◦ blue 188

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

Shades of Steel Blue #476FBC

Tints of Steel Blue #476FBC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30%

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

R = 19.19%
G = 30%
B = 50.81%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#476FBC (or 0x476FBC) is known color: Steel Blue. HEX triplet: 47, 6F and BC. RGB value is (71,111,188). Sum of RGB (Red+Green+Blue) = 71+111+188=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #476FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FBC is #B89043. Grayscale: #6B6B6B. Windows color (decimal): -12095556 or 12349255. OLE color: 12349255.

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

Color convert

RGB 71 111 188 -
CMYK 0.62 0.41 0 0.26
HSL 219.49º 0.47% 0.51% -
HSV(B) 219.49º 0.62% 0.74% -
XYZ 17.36 16.34 49.82 -
YUV 107.82 173.25 101.74 -
System Red Green Blue C M Y K H S L
Decimal 71 111 188 0.62 0.41 0 0.26 219.49 0.47 0.51
Hex 47 6F BC 3E 29 0 1A DB 2F 33
Octal 107 157 274 76 51 0 32 333 57 63
Binary 1000111 1101111 10111100 111110 101001 0 11010 11011011 101111 110011

Color Harmonies of #476FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FBC

Black with #476FBC

Text Example


Text Example

White with #476FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476FBC; }

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

 H1.HeaderClassName
 {
   color: #476FBC;
 }
 .AnyTagClassName
 {
   color: #476FBC;
 }
</style>

background-color css

<style>
 a { background-color: #476FBC; }

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

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

border-color css

<style>
 span { border-color: #476FBC; }

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

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