Html Css Color HEX #476FBA Steel Blue

📋 copy color: '#476FBA'

red 71 ◦ green 111 ◦ blue 186

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

Shades of Steel Blue #476FBA

Tints of Steel Blue #476FBA

RGB

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

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

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

R = 19.29%
G = 30.16%
B = 50.54%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#476FBA (or 0x476FBA) is known color: Steel Blue. HEX triplet: 47, 6F and BA. RGB value is (71,111,186). Sum of RGB (Red+Green+Blue) = 71+111+186=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #476FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FBA is #B89045. Grayscale: #6B6B6B. Windows color (decimal): -12095558 or 12218183. OLE color: 12218183.

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

Color convert

RGB 71 111 186 -
CMYK 0.62 0.40 0 0.27
HSL 219.13º 0.45% 0.5% -
HSV(B) 219.13º 0.62% 0.73% -
XYZ 17.15 16.25 48.69 -
YUV 107.59 172.25 101.9 -
System Red Green Blue C M Y K H S L
Decimal 71 111 186 0.62 0.40 0 0.27 219.13 0.45 0.5
Hex 47 6F BA 3E 28 0 1B DB 2D 32
Octal 107 157 272 76 50 0 33 333 55 62
Binary 1000111 1101111 10111010 111110 101000 0 11011 11011011 101101 110010

Color Harmonies of #476FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FBA

Black with #476FBA

Text Example


Text Example

White with #476FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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